The package rpms/rust-extend.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-extend.git/commit/?id=ba74956f5....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit ba74956f5e3f0de8ee0f047f6c20de8b6b52c864 Author: Josh Stone jistone@redhat.com Date: Tue Mar 31 09:34:44 2020 -0700
Initial package
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b810e6b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/extend-0.1.1.crate diff --git a/rust-extend.spec b/rust-extend.spec new file mode 100644 index 0000000..fd21398 --- /dev/null +++ b/rust-extend.spec @@ -0,0 +1,76 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate extend + +Name: rust-%{crate} +Version: 0.1.1 +Release: 1%{?dist} +Summary: Create extensions for types you don't own + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/extend +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Create extensions for types you don't own with extension traits but without the +boilerplate.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Tue Mar 10 2020 Josh Stone jistone@redhat.com - 0.1.1-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..4a7bf50 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (extend-0.1.1.crate) = 4af6d35214e6648fe8ae8a2bf7dd3fcaa6629884be5ce50d6ea05a4d218d0376f09211a120da0c4b4ba32056c44588bf1ee6dce0aa411a4dc5dd95d4ddf2148d
arch-excludes@lists.fedoraproject.org