rpms/nss/devel nss.spec,1.36,1.37

Kai Engert (kengert) fedora-extras-commits at redhat.com
Fri Feb 15 02:03:27 UTC 2008


Author: kengert

Update of /cvs/extras/rpms/nss/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30051

Modified Files:
	nss.spec 
Log Message:
* Thu Feb 14 2008 Kai Engert <kengert at redhat.com> - 3.11.99.3-3
- disable test suite on ppc64



Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/devel/nss.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- nss.spec	15 Feb 2008 01:11:51 -0000	1.36
+++ nss.spec	15 Feb 2008 02:02:53 -0000	1.37
@@ -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 @@
 # 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 @@
 fi
 echo "test suite completed"
 
+# end of ifarch for test suite
+%endif
+
 
 %install
 
@@ -400,6 +406,9 @@
 
 
 %changelog
+* Thu Feb 14 2008 Kai Engert <kengert at redhat.com> - 3.11.99.3-3
+- disable test suite on ppc64
+
 * Thu Feb 14 2008 Kai Engert <kengert at redhat.com> - 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.




More information about the fedora-extras-commits mailing list