The package rpms/publican.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/publican.git/commit/?id=52188a38be36....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 52188a38be36a7b4062da862c11db95d22b55f3e Author: Jeff Fearn jfearn@fedoraproject.org Date: Wed Nov 22 00:15:11 2023 +0000
Update publican.spec
Skip i686 as there is no Java for fop.
diff --git a/publican.spec b/publican.spec index 913d195..410cbdd 100644 --- a/publican.spec +++ b/publican.spec @@ -1,4 +1,3 @@ - # Track font name changes %define RHEL6 %([[ %{?dist}x == .el6[a-z]* ]] && echo 1 || echo 0) %define RHEL7 %([[ %{?dist}x == .el7[a-z]* ]] && echo 1 || echo 0) @@ -22,13 +21,15 @@
Name: publican Version: 4.3.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Common files and scripts for publishing with DocBook XML # For a breakdown of the licensing, refer to LICENSE License: (GPLv2+ or Artistic) and CC0 URL: https://publican.fedorahosted.org Source0: https://fedorahosted.org/released/publican/Publican-v%%7Bversion%7D.tar.gz BuildArch: noarch +ExcludeArch: %{ix86} + Provides: publican-common = %{version} Provides: publican-common-db5 = %{version} Provides: publican-API = 4.1 @@ -320,6 +321,9 @@ fi %{wwwdir}/common-db5
%changelog +* Wed Nov 22 2023 Jeff Fearn jfearn@redhat.com - 4.3.2-26 +- Rebuild + * Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 4.3.2-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
arch-excludes@lists.fedoraproject.org