From fc7dafc1002637edcc05d3cc497a6819891e23d7 Mon Sep 17 00:00:00 2001 From: Jonathan G. Underwood Date: Sep 18 2018 22:38:19 +0000 Subject: Disable test failures on ppc64le --- diff --git a/coan.spec b/coan.spec index 50b2af4..6677854 100644 --- a/coan.spec +++ b/coan.spec @@ -62,10 +62,11 @@ done make %{?_smp_mflags} %check -#some tests are broken in armv7hl - disable until upstream fixes the issue -#upstream bug report: https://sourceforge.net/p/coan2/bugs/83/ -#so for now we'll just allow the tests to fail -%ifnarch %{arm} +# some tests are broken in armv7hl and ppc64le - disable until upstream +# fixes the issue upstream bug report: +# https://sourceforge.net/p/coan2/bugs/83/ +# so for now we'll just allow the tests to fail +%ifnarch %{arm} ppc64le make check || (for f in test_coan/*.log ; do cat ${f} ; done ; false) %else make check || (for f in test_coan/*.log ; do cat ${f} ; done ; true) @@ -83,7 +84,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" * Tue Sep 18 2018 Jonathan Underwood - 6.0.1-17 - Add patch to fix crash on Fedora 28 and later (BZ 1626440) - Fix missing python on Fedora >=29 -- Re-enable test failures on x86_64 +- Re-enable test failures on x86_64 and i686 only * Thu Jul 12 2018 Fedora Release Engineering - 6.0.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild