The package rpms/python-aiokafka.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-aiokafka.git/commit/?id=b87c8....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit b87c816640c01e730e85b58f431f4a90b807d082 Author: Benjamin A. Beasley code@musicinmybrain.net Date: Mon Sep 30 07:47:24 2024 -0400
Drop i686 support (leaf package)
diff --git a/python-aiokafka.spec b/python-aiokafka.spec index 8a6092e..588494b 100644 --- a/python-aiokafka.spec +++ b/python-aiokafka.spec @@ -16,6 +16,9 @@ License: Apache-2.0 Source0: https://github.com/%%7Bowner%7D/%%7Bsname%7D/archive/v%%7Bversion%7D/%%7Bsna... URL: https://github.com/%%7Bowner%7D/%%7Bsname%7D
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: python3-devel BuildRequires: gcc BuildRequires: python3dist(docker)
arch-excludes@lists.fedoraproject.org