From ead5a6297472c84853a07a8bde2209922b395418a7cf89172840bf72a57d3f38 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 May 2020 10:58:14 +0000 Subject: [PATCH] Accepting request 807834 from home:mgorse:branches:devel:tools:building - Make tests arch-dependent. Needed to exclude mono tests on s390x (bsc#1171934). OBS-URL: https://build.opensuse.org/request/show/807834 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=173 --- meson.changes | 6 ++++++ meson.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/meson.changes b/meson.changes index 01583dd..43ed787 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 20 19:27:23 UTC 2020 - Michael Gorse + +- Make tests arch-dependent. Needed to exclude mono tests on s390x + (bsc#1171934). + ------------------------------------------------------------------- Fri May 15 10:23:21 UTC 2020 - Dominique Leuenberger diff --git a/meson.spec b/meson.spec index 5eda702..6ea2241 100644 --- a/meson.spec +++ b/meson.spec @@ -52,7 +52,9 @@ Patch5: meson-distutils.patch BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-base +%if "%{flavor}" != "test" BuildArch: noarch +%endif %if %{with setuptools} BuildRequires: python3-setuptools Requires: python3-setuptools