diff --git a/meson.changes b/meson.changes index a24aedc..47f00f4 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 14 10:32:29 UTC 2023 - Bjørn Lie + +- Only run tests for arches where there is a remote chance they + will succeed (ix86 and x86_64). + ------------------------------------------------------------------- Tue Apr 11 09:37:26 UTC 2023 - Bjørn Lie diff --git a/meson.spec b/meson.spec index caa98a0..089b293 100644 --- a/meson.spec +++ b/meson.spec @@ -59,6 +59,7 @@ Provides: meson-gui = %{version} Obsoletes: meson-gui < %{version} BuildArch: noarch %else +ExclusiveArch: %{ix86} x86_64 BuildRequires: bison BuildRequires: clang BuildRequires: cups-devel