From 16fddc3830dfc2e018d2989fd11a03211ea219bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 28 Mar 2025 14:13:54 +0100 Subject: [PATCH] Exclude i686 on Fedora 42+ https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- python-admesh.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-admesh.spec b/python-admesh.spec index 286a044..6c2d557 100644 --- a/python-admesh.spec +++ b/python-admesh.spec @@ -13,6 +13,11 @@ Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{ # https://github.com/admesh/python-admesh/issues/15 Source1: %{url}/raw/v%{version}/test/utils.py +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11 +ExcludeArch: %{ix86} +%endif + BuildRequires: gcc BuildRequires: admesh-devel >= 0.98