The package rpms/libabigail.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/libabigail.git/commit/?id=62ff88a89e....
Change: +%ifarch armv7hl i686
Thanks.
Full change: ============
commit 62ff88a89e611c38544692e18993387c9e88e619 Author: Dodji Seketeli dodji@seketeli.org Date: Tue Dec 1 18:11:17 2020 +0100
Don't ship fedabipkgdiff on armv7hl i686
Signed-off-by: Dodji Seketeli dodji@seketeli.org
diff --git a/libabigail.spec b/libabigail.spec index 45a49fb..612bc0b 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -20,8 +20,6 @@ BuildRequires: texinfo BuildRequires: dos2unix BuildRequires: dpkg BuildRequires: wget -BuildRequires: koji -BuildRequires: python3-koji
%description The libabigail package comprises seven command line utilities: @@ -151,10 +149,16 @@ fi %license COPYING COPYING-LGPLV3 COPYING-GPLV3 %doc doc/manuals/html/*
+%ifarch armv7hl i686 +# We don't release the fedora package because for a reason, the koji +# modudule from "python3-koji" can't be loaded by libabigail configure +# on these two archs. Go figure ... +%else %if 0%{?fedora} %files fedora %{_bindir}/fedabipkgdiff %endif +%endif
%changelog * Tue Dec 1 2020 Dodji Seketeli dodji@redhat.com - 1.8-1
arch-excludes@lists.fedoraproject.org