The package rpms/rust-take_mut.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-take_mut.git/commit/?id=fb1685b....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit fb1685b529a5c25188f198a8c46b26c7d590c2e1 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Wed May 9 10:45:19 2018 +0200
initial import
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a26898 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/take_mut-0.2.2.crate diff --git a/rust-take_mut.spec b/rust-take_mut.spec new file mode 100644 index 0000000..af04176 --- /dev/null +++ b/rust-take_mut.spec @@ -0,0 +1,55 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate take_mut + +Name: rust-%{crate} +Version: 0.2.2 +Release: 1%{?dist} +Summary: Take a T from a &mut T temporarily + +License: MIT +URL: https://crates.io/crates/take_mut +Source0: https://crates.io/api/v1/crates/%%7Bcrate%7D/%%7Bversion%7D/download#/%%7Bcr... + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%description +%{summary}. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +Take a T from a &mut T temporarily. + +This package contains library source intended for building other packages +which use %{crate} from crates.io. + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%files devel +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version}/ + +%changelog +* Thu Apr 26 2018 Igor Gnatenko ignatenko@redhat.com - 0.2.2-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..59870e8 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (take_mut-0.2.2.crate) = f75a5ce723e710809130878b0ff5df368f5929201e557661dd0154f3b31ea58d7d30d84672ca5a684fbfcae5f82ab2c21b1b5d9edc4c67d08c221228bd9de814
arch-excludes@lists.fedoraproject.org