[nss-softokn] ARM tests pass so remove ARM conditional

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 20 20:34:58 UTC 2014


commit adb499d6e2740a078a2763848cc4fda0d189c48f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 20 20:34:38 2014 +0000

    ARM tests pass so remove ARM conditional

 nss-softokn.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 6579d07..0578ae1 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -25,7 +25,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 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
@@ -274,14 +274,11 @@ HOST=localhost DOMSUF=localdomain PORT=$MYRAND NSS_CYCLES=%{?nss_cycles} NSS_TES
 cd ../../../../
 
 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
 
@@ -386,6 +383,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %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.3-2
 - Update to NSS_3_15_4_RTM
 - Resolves: Bug 1049229 - nss-3.15.4 is available


More information about the scm-commits mailing list