rpms/nss/devel nss.spec,1.67,1.68

Kai Engert kengert at fedoraproject.org
Thu May 7 20:12:03 UTC 2009


Author: kengert

Update of /cvs/extras/rpms/nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26437

Modified Files:
	nss.spec 
Log Message:
* Thu May 07 2009 Kai Engert <kaie at redhat.com> - 3.12.3-5
- re-enable test suite



Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/devel/nss.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- nss.spec	6 May 2009 16:45:13 -0000	1.67
+++ nss.spec	7 May 2009 20:11:33 -0000	1.68
@@ -4,7 +4,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.3
-Release:          4%{?dist}
+Release:          5%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -217,21 +217,21 @@ find ./mozilla/security/nss/tests -type 
 
 killall $RANDSERV || :
 
-#temporarily disable the test suite because of bug 494266
-#rm -rf ./mozilla/tests_results
-#cd ./mozilla/security/nss/tests/
-## all.sh is the test suite script
-#HOST=localhost DOMSUF=localdomain PORT=$MYRAND ./all.sh
-#cd ../../../../
-
-#killall $RANDSERV || :
-
-#TEST_FAILURES=`grep -c FAILED ./mozilla/tests_results/security/localhost.1/output.log` || :
-#if [ $TEST_FAILURES -ne 0 ]; then
-#  echo "error: test suite returned failure(s)"
-#  exit 1
-#fi
-#echo "test suite completed"
+temporarily disable the test suite because of bug 494266
+rm -rf ./mozilla/tests_results
+cd ./mozilla/security/nss/tests/
+# all.sh is the test suite script
+HOST=localhost DOMSUF=localdomain PORT=$MYRAND ./all.sh
+cd ../../../../
+
+killall $RANDSERV || :
+
+TEST_FAILURES=`grep -c FAILED ./mozilla/tests_results/security/localhost.1/output.log` || :
+if [ $TEST_FAILURES -ne 0 ]; then
+  echo "error: test suite returned failure(s)"
+  exit 1
+fi
+echo "test suite completed"
 
 # Produce .chk files for the final stripped binaries
 %define __spec_install_post \
@@ -477,6 +477,8 @@ done
 
 
 %changelog
+* Thu May 07 2009 Kai Engert <kaie at redhat.com> - 3.12.3-5
+- re-enable test suite
 * Wed May 06 2009 Kai Engert <kaie at redhat.com> - 3.12.3-4
 - add conflicts info in order to fix bug 499436
 * Tue Apr 14 2009 Kai Engert <kaie at redhat.com> - 3.12.3-3




More information about the fedora-extras-commits mailing list