From 3b09b9caf619ff404ba22f4b1b02993d6251eec8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 12 May 2014 07:20:01 -0500 Subject: [PATCH] 'make check' non-fatal on ppc64le too (#1096574) --- gc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gc.spec b/gc.spec index 19c0a59..dbe415e 100644 --- a/gc.spec +++ b/gc.spec @@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++ Name: gc %global base_ver 7.2 Version: 7.2e -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: BSD @@ -95,8 +95,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %check make check # ignore results on powerpc - the atomic stack feature is not working correctly -# there (#883748) -%ifarch ppc ppc64 +# there (#883748,1096574) +%ifarch ppc ppc64 ppc64le %global arch_ignore ||: %endif make check -C libatomic_ops %{?arch_ignore} @@ -145,6 +145,9 @@ rm -rf %{buildroot} %changelog +* Mon May 12 2014 Rex Dieter 7.2e-3 +- 'make check' non-fatal on ppc64le too (#1096574) + * Fri Feb 21 2014 Rex Dieter 7.2e-2 - update Urls to match upstream project move