From a21cee65e0345511d1191a1503d699dd5cb96eaa Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 25 Jan 2024 17:17:25 +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 FTBFS on i686, which results in the whole build task to be unsuccessful --- mariadb.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mariadb.spec b/mariadb.spec index fce2019..3bf21e3 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -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