This commit is contained in:
parent
02c9848fde
commit
41fc3892cb
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ BuildRequires: cmake
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: git-core
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
# Get Fedora 33++ behavior on anything older
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue