The package rpms/python-pybbi.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/python-pybbi.git/commit/?id=64c2c5e….
Change:
+ExcludeArch: %{ix86}
Thanks.
Full change:
============
commit 64c2c5e9630a122fdac876fd78302d1930a11912
Author: Sandro <devel(a)penguinpee.nl>
Date: Tue Jun 18 15:49:58 2024 +0200
Exclude i686
Should have added that right from the start. But `pandas` no longer
being available for `i686` is making this a necessity.
diff --git a/python-pybbi.spec b/python-pybbi.spec
index f663aa8..b534b1a 100644
--- a/python-pybbi.spec
+++ b/python-pybbi.spec
@@ -14,6 +14,9 @@ License: MIT AND BSD-4-Clause
URL: %forgeurl
Source: %forgesource
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
+
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: pkgconfig(zlib)