From 1c7c94c1d0f54ea41ed79807bf7f1e66f6430df0 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 15 Feb 2008 02:02:53 +0000 Subject: [PATCH] - disable test suite on ppc64 --- nss.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 0a3088a..7c61e7b 100644 --- a/nss.spec +++ b/nss.spec @@ -4,7 +4,7 @@ Summary: Network Security Services Name: nss Version: 3.11.99.3 -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -161,6 +161,9 @@ chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-config # enable the following line to force a test failure # find ./mozilla -name \*.chk | xargs rm -f +# test suite fails on ppc64 +%ifnarch ppc64 + # run test suite killall selfserv || : rm -rf ./mozilla/tests_results @@ -180,6 +183,9 @@ if [ $TEST_FAILURES -ne 0 ]; then fi echo "test suite completed" +# end of ifarch for test suite +%endif + %install @@ -400,6 +406,9 @@ done %changelog +* Thu Feb 14 2008 Kai Engert - 3.11.99.3-3 +- disable test suite on ppc64 + * Thu Feb 14 2008 Kai Engert - 3.11.99.3-2 - Build against gcc 4.3.0, use workaround for bug 432146 - Run the test suite after the build and abort on failures.