The package rpms/zeromq.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/zeromq.git/commit/?id=d99d0bd41ba117....
Change: -%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
Thanks.
Full change: ============
commit d99d0bd41ba1176eccf389d5e016bc29fd6a6648 Author: Dan Hork dan@danny.cz Date: Wed Apr 15 09:22:57 2020 -0400
- libunwind is available on all Fedora arches
diff --git a/zeromq.spec b/zeromq.spec index fb7a66b..5db07ce 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -2,7 +2,7 @@
Name: zeromq Version: 4.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Software library for fast, message-based applications
License: LGPLv3+ @@ -14,9 +14,7 @@ BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: libsodium-devel -%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64 BuildRequires: libunwind-devel -%endif
%if %{with pgm} BuildRequires: openpgm-devel @@ -62,9 +60,7 @@ autoreconf -fi --with-libgssapi_krb5 \ %endif --with-libsodium \ -%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64 --enable-libunwind \ -%endif --disable-Werror \ --disable-static %make_build @@ -98,6 +94,9 @@ make check V=1 || ( cat test-suite.log && exit 1 )
%changelog +* Wed Apr 15 2020 Dan Hork <dan[at]danny.cz> - 4.3.2-3 +- libunwind is available on all Fedora arches + * Fri Jan 31 2020 Fedora Release Engineering releng@fedoraproject.org - 4.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
arch-excludes@lists.fedoraproject.org