[nss] ARM tests pass so remove ARM conditional

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 20 18:48:39 UTC 2014


commit 5d65d327f102e5ec0ad2ffafcc40432c76aba826
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 20 18:48:37 2014 +0000

    ARM tests pass so remove ARM conditional

 nss.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 23baa3f..955acc9 100644
--- a/nss.spec
+++ b/nss.spec
@@ -19,7 +19,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.15.4
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -433,14 +433,11 @@ cd ../../
 killall $RANDSERV || :
 
 TEST_FAILURES=`grep -c FAILED ./tests_results/security/localhost.1/output.log` || :
-# test suite is failing on arm and has for awhile let's run the test suite but make it non fatal on arm
-%ifnarch %{arm}
 if [ $TEST_FAILURES -ne 0 ]; then
   echo "error: test suite returned failure(s)"
   exit 1
 fi
 echo "test suite completed"
-%endif
 
 %install
 
@@ -734,6 +731,9 @@ fi
 
 
 %changelog
+* Mon Jan 20 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.15.4-2
+- ARM tests pass so remove ARM conditional
+
 * Tue Jan 07 2014 Elio Maldonado <emaldona at redhat.com> - 3.15.4-1
 - Update to nss-3.15.4 (hg tag NSS_3_15_4_RTM)
 - Resolves: Bug 1049229 - nss-3.15.4 is available


More information about the scm-commits mailing list