The package rpms/rust-python-launcher.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/rust-python-launcher.git/commit/?id=....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 567b3ae9c04256f58faafc78b86aba0d04f58821 Author: Miro Hrončok miro@hroncok.cz Date: Fri Mar 28 14:43:01 2025 +0100
Exclude i686 on Fedora 42+
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
diff --git a/rust-python-launcher.spec b/rust-python-launcher.spec index 8435ebd..3ceefe4 100644 --- a/rust-python-launcher.spec +++ b/rust-python-launcher.spec @@ -17,6 +17,11 @@ Patch: python-launcher-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if 0%{?fedora} >= 42 +ExcludeArch: %{ix86} +%endif + %global _description %{expand: The Python Launcher for Unix.
arch-excludes@lists.fedoraproject.org