Exclude ix86 on F37+

https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
This commit is contained in:
Miro Hrončok 2022-06-27 17:21:54 +02:00
parent 745a2de187
commit eef89e9ece
1 changed files with 5 additions and 0 deletions

View File

@ -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