From 44bfbd029fa42aea995804c459291db0e9789e82 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 22 Jan 2024 14:23:59 +0100 Subject: [PATCH] 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 --- mysql.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql.spec b/mysql.spec index 8aecc96..ee0543d 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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