diff --git a/orc.changes b/orc.changes index 9c40c63..0603e09 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 12 17:29:14 UTC 2017 - zaitor@opensuse.org + +- Disable make check for all arches except x86_64 again. + ------------------------------------------------------------------- Wed Aug 31 19:52:08 UTC 2016 - zaitor@opensuse.org diff --git a/orc.spec b/orc.spec index eb040b1..341e991 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -80,7 +80,10 @@ rm -rf %{buildroot}%{_libdir}/orc find %{buildroot} -type f -name "*.la" -delete -print %check +# Disable testsuite for almost all arches, it's only stable on x86_64 +%ifnarch aarch64 %{arm} %{ix86} ppc64le make check %{?_smp_mflags} +%endif %post -n liborc-0_4-0 -p /sbin/ldconfig