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:
parent
347c8546b3
commit
a21cee65e0
@ -1,3 +1,6 @@
|
||||
# To both save infrastrucutre resources and workaround for i686 FTBFS
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# Prefix that is used for patches
|
||||
%global pkg_name %{name}
|
||||
%global pkgnamepatch mariadb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user