From eef89e9ecef072bd5899814190ab0c8e99b00475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 27 Jun 2022 17:21:54 +0200 Subject: [PATCH] Exclude ix86 on F37+ https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- prusa-slicer.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prusa-slicer.spec b/prusa-slicer.spec index b730b0b..1c6ce67 100644 --- a/prusa-slicer.spec +++ b/prusa-slicer.spec @@ -39,6 +39,11 @@ Patch351: https://github.com/archlinux/svntogit-community/blob/1dea61c0b5/ %global _smp_ncpus_max 8 %endif +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + BuildRequires: boost-devel BuildRequires: cmake BuildRequires: cereal-devel