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=0142aa8266292....
Change: +%ifarch i686 s390 s390x armv7hl
Thanks.
Full change: ============
commit 0142aa826629224a300a355a311a127a49f6423a Author: Nathan Scott nathans@redhat.com Date: Fri Sep 28 12:24:55 2018 +1000
Update test build guard for i686
diff --git a/rebloom.spec b/rebloom.spec index 1f9dd1d..6947c08 100644 --- a/rebloom.spec +++ b/rebloom.spec @@ -9,7 +9,7 @@ Summary: Bloom Filter Module for Redis %global short_commit %(c=%{commit}; echo ${c:0:7})
# Tests abort on non-64-bit architectures -%ifarch i386 s390 s390x armv7hl +%ifarch i686 s390 s390x armv7hl %global disable_tests 1 %else %global disable_tests 0
arch-excludes@lists.fedoraproject.org