From fe9d00c9671e4abb382219dacf1cd4fff0a058a7e9d2ad74ee0f0baf885a4fb2 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 15 Sep 2020 17:50:57 +0000 Subject: [PATCH] Accepting request 834725 from home:oertel:branches:graphics - Disable testsuite also on s390/s390x, probably will not pass on any bigendian platform in current state OBS-URL: https://build.opensuse.org/request/show/834725 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=54 --- openexr.changes | 6 ++++++ openexr.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openexr.changes b/openexr.changes index 63d6b2c..33e269d 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 15 18:56:44 CEST 2020 - ro@suse.de + +- Disable testsuite also on s390/s390x, probably will not pass + on any bigendian platform in current state + ------------------------------------------------------------------- Thu Jul 16 07:06:33 UTC 2020 - Andreas Schwab diff --git a/openexr.spec b/openexr.spec index 2e9b874..51221ef 100644 --- a/openexr.spec +++ b/openexr.spec @@ -146,7 +146,7 @@ pushd OpenEXR popd %check -%ifnarch i586 ppc ppc64 +%ifnarch i586 ppc ppc64 s390 s390x pushd OpenEXR export LD_LIBRARY_PATH="%{buildroot}/%{_libdir}" # tests can take longer than the default timeout of 25 minutes