The package rpms/rebloom.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/rebloom.git/commit/?id=eb6e66d17c71b....
Change: +%ifarch i686 s390 s390x armv7hl ppc64
Thanks.
Full change: ============
commit eb6e66d17c71bde3325e480473b8d430691785cc Author: Nathan Scott nathans@redhat.com Date: Fri Sep 28 12:44:12 2018 +1000
Update test build guard for ppc64
diff --git a/rebloom.spec b/rebloom.spec index 6947c08..e4e0248 100644 --- a/rebloom.spec +++ b/rebloom.spec @@ -8,8 +8,8 @@ Summary: Bloom Filter Module for Redis %global commit 1fe16f64b1a933f8dcca33f7e481a4fd63462fcb %global short_commit %(c=%{commit}; echo ${c:0:7})
-# Tests abort on non-64-bit architectures -%ifarch i686 s390 s390x armv7hl +# Testing issues on certain architectures +%ifarch i686 s390 s390x armv7hl ppc64 %global disable_tests 1 %else %global disable_tests 0
arch-excludes@lists.fedoraproject.org