[nss-softokn/f20] - Update nss-util build dependency - Fix check of test suite result

Kai Engert kengert at fedoraproject.org
Wed Sep 24 23:20:00 UTC 2014


commit 890b58fc9cd84773772b80053af42d3a08fbbe2c
Author: Kai Engert <kaie at redhat.com>
Date:   Thu Sep 25 01:19:43 2014 +0200

    - Update nss-util build dependency
    - Fix check of test suite result

 nss-softokn.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 2e83806..6b98c68 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -1,6 +1,6 @@
 %global nspr_version 4.10.7
 %global nss_name nss
-%global nss_util_version 3.17.0
+%global nss_util_version 3.17.1
 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 %global saved_files_dir %{_libdir}/nss/saved
 
@@ -25,7 +25,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.17.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -275,7 +275,7 @@ if [ "x$SKIP_NSS_TEST_SUITE" == "x" ]; then
   HOST=localhost DOMSUF=localdomain PORT=$MYRAND NSS_CYCLES=%{?nss_cycles} NSS_TESTS=%{?nss_tests} NSS_SSL_TESTS=%{?nss_ssl_tests} NSS_SSL_RUN=%{?nss_ssl_run} ./all.sh
 fi
 
-cd ../../../../
+cd ../..
 
 if [ "x$SKIP_NSS_TEST_SUITE" == "x" ]; then
   TEST_FAILURES=`grep -c FAILED ./tests_results/security/localhost.1/output.log` || :
@@ -394,6 +394,10 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Wed Sep 24 2014 Kai Engert <kaie at redhat.com> - 3.17.1-2
+- Update nss-util build dependency
+- Fix check of test suite result
+
 * Wed Sep 24 2014 Kai Engert <kaie at redhat.com> - 3.17.1-1
 - Update to nss-3.17.1
 - Add a mechanism to skip test suite execution during development work


More information about the scm-commits mailing list