diff --git a/gsl.changes b/gsl.changes index 7dece1a..4babf97 100644 --- a/gsl.changes +++ b/gsl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 14 13:07:21 UTC 2018 - adam.majer@suse.de + +- temporarily disable unit tests on i586 (boo#1092530) + ------------------------------------------------------------------- Tue Jun 20 08:26:18 UTC 2017 - adam.majer@suse.de diff --git a/gsl.spec b/gsl.spec index 3f65694..8df2593 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ # # spec file for package gsl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -160,7 +160,11 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %check +%ifarch %{ix86} +make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 0 ) +%else make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 1 ) +%endif %install %make_install