From 3ebdbdac596b6f01c97b89d3b67635519b10b944 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 30 Sep 2024 19:24:11 -0400 Subject: [PATCH] F41+: Drop i686 support (leaf package on that architecture) While many packages depend on this one, we believe we have correctly verified that all directly or indirectly dependent packages either are noarch or already exclude i686. --- python-cramjam.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-cramjam.spec b/python-cramjam.spec index 0510bc6..0afeb41 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -15,6 +15,9 @@ URL: https://github.com/milesgranger/cramjam # the GitHub source archive. Source: %{url}/archive/v%{version}/cramjam-%{version}.tar.gz +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: python3-devel BuildRequires: tomcli BuildRequires: cargo-rpm-macros >= 24