[ggz-base-libs/f15] make %check non-fatal on arm too

Rex Dieter rdieter at fedoraproject.org
Wed Jan 18 16:29:33 UTC 2012


commit 720aaff6d2cebd1f75d346775a2486dcc67a6121
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jan 18 10:29:28 2012 -0600

    make %check non-fatal on arm too

 ggz-base-libs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ggz-base-libs.spec b/ggz-base-libs.spec
index 71e9895..e2ad517 100644
--- a/ggz-base-libs.spec
+++ b/ggz-base-libs.spec
@@ -2,7 +2,7 @@
 Summary: Base libraries for GGZ gaming zone
 Name:    ggz-base-libs
 Version: 0.99.5
-Release: 8%{?dist}
+Release: 8%{?dist}.1
 
 License: LGPLv2+ and GPLv2+
 Group:   System Environment/Libraries
@@ -105,7 +105,7 @@ rm -f %{buildroot}%{_libdir}/lib*.la
 
 
 %check
-%ifarch %{ix86}
+%ifarch %{arm} %{ix86}
 make check ||:
 %else
 make check
@@ -162,6 +162,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 18 2012 Rex Dieter <rdieter at fedoraproject.org> 0.99.5-8.1
+- make %%check non-fatal on arm too
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list