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 testsuite clashes When two testsuites run concurrently at the same time on the same machine (builder), the suites of both will crash, because of both using the same network resources. I plan to research and implement a proper fix in Fedora, where we do ship %{ix86}, however since small problems on %{ix86} are constanly taking bits of enginnering effort, I want to kill two birds with one stone by this commit. Related: RHEL-22455
This commit is contained in:
parent
24635d1bfb
commit
44bfbd029f
@ -1,3 +1,6 @@
|
||||
# To both save infrastrucutre resources and workaround testsuite clashes
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global pkg_name %{name}
|
||||
%global pkgnamepatch mysql
|
||||
|
Loading…
Reference in New Issue
Block a user