From 80e126b0f4ff53c1a82c608270a68ba8080e519f7a90ffe6f4a92c7c44cb2086 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 20 Sep 2019 12:41:44 +0000 Subject: [PATCH] - testsuite only for x86_64 [bsc#1146648] OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=27 --- openexr.changes | 5 +++++ openexr.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openexr.changes b/openexr.changes index 461be01..e192860 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 12:41:26 UTC 2019 - pgajdos@suse.com + +- testsuite only for x86_64 [bsc#1146648] + ------------------------------------------------------------------- Wed Aug 21 11:48:22 UTC 2019 - Martin Pluskal diff --git a/openexr.spec b/openexr.spec index 33d2007..b73c3b0 100644 --- a/openexr.spec +++ b/openexr.spec @@ -171,7 +171,7 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %check -%if %__isa_bits == 64 +%ifarch x86_64 make %{?_smp_mflags} check %endif