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=fec09ecc18d3....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit fec09ecc18d327e5f74f89dff3f38937af2ba09c Author: Jeff Fearn jfearn@fedoraproject.org Date: Tue Nov 21 23:44:55 2023 +0000
Update publican.spec
Exclude i686 as there is no java for fop.
diff --git a/publican.spec b/publican.spec index 9e1ee1c..12f2c23 100644 --- a/publican.spec +++ b/publican.spec @@ -28,6 +28,8 @@ 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
arch-excludes@lists.fedoraproject.org