From 751a64d9fc94fc2407abffc267283ad8ef617faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jul 2022 14:45:02 +0200 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- python-uranium.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-uranium.spec b/python-uranium.spec index 1a1e599..0c5d52e 100644 --- a/python-uranium.spec +++ b/python-uranium.spec @@ -25,6 +25,11 @@ BuildRequires: python3-twisted BuildArch: noarch +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + %description Uranium is a Python framework for building 3D printing related applications.