The package rpms/rust-futures.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-futures.git/commit/?id=e39bd1a4....
Change: +%ifarch ppc64
Thanks.
Full change: ============
commit e39bd1a4d01384daa01fb139f166ae42f3166ce7 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Fri Jun 29 13:01:19 2018 +0100
fix build
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/rust-futures.spec b/rust-futures.spec index 2d9e439..a93e015 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams featuring zero allocations
# https://github.com/rust-lang-nursery/futures-rs/issues/1015 @@ -55,19 +55,21 @@ which use %{crate} from crates.io.
%if %{with check} %check +%ifarch ppc64 # https://bugzilla.redhat.com/show_bug.cgi?id=1563393 -%cargo_test \ - %ifarch ppc64 - || : - %else - ; - %endif +%cargo_test || : +%else +%cargo_test +%endif %endif
%files devel %{cargo_registry}/%{crate}-%{version}/
%changelog +* Fri Jun 29 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.1-2 +- Fix build + * Fri May 25 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.1-1 - Update to 0.2.1
arch-excludes@lists.fedoraproject.org