The package rpms/breakid.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/breakid.git/commit/?id=4318e92f7d0a0....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 4318e92f7d0a0ac3603660884fc254442ef45371 Author: Jerry James loganjerry@gmail.com Date: Thu Mar 21 11:16:49 2024 -0600
Stop building for 32-bit x86
- Improve man page description
diff --git a/breakid.spec b/breakid.spec index 623e8d1..05ea7c4 100644 --- a/breakid.spec +++ b/breakid.spec @@ -11,6 +11,9 @@ Patch0: %{name}-compiler-flags.patch # Unbundle bliss, including updating from 0.73 to 0.77 Patch1: %{name}-unbundle-bliss.patch
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: bliss-devel BuildRequires: cmake BuildRequires: cmake(argparse) @@ -56,6 +59,7 @@ rm README.md.orig mkdir -p %{buildroot}%{_mandir}/man1 cd %{_vpath_builddir} help2man -N --version-string=%{version} ./breakid \ + -n 'Symmetry detection and breaking' \ -o %{buildroot}%{_mandir}/man1/breakid.1 cd -
arch-excludes@lists.fedoraproject.org