ExcludeArch: %{ix86}

Both to:
1) Save infractsructure resources
As far as I know we don't ship %{ix86} variants of this package anywhere.

2) Workaround FTBFS on i686,
which results in the whole build task to be unsuccessful
This commit is contained in:
Michal Schorm 2024-01-25 17:17:25 +01:00
parent 0f3a84d4ce
commit 8ba8dacea5
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# To both save infrastrucutre resources and workaround for i686 FTBFS
ExcludeArch: %{ix86}
# This is a fix for the https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
# So the beaviour will be the same also in F31 nad F32
%undefine __cmake_in_source_build