From d6eef13ab605572815ffe881be48079396d2ec96 Mon Sep 17 00:00:00 2001
From: Jacco Ligthart <jacco@redsleeve.org>
Date: Wed, 27 Apr 2016 17:53:14 +0200
Subject: [PATCH] redsleeve

---
 SPECS/nss.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/SPECS/nss.spec b/SPECS/nss.spec
index 649cf0a..74179d6 100644
--- a/SPECS/nss.spec
+++ b/SPECS/nss.spec
@@ -27,7 +27,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.21.0
-Release:          9%{?dist}
+Release:          9%{?dist}.redsleeve
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -572,8 +572,6 @@ TEST_FAILURES=$(grep -c FAILED ./tests_results/security/localhost.1/output.log)
 if [ ${GREP_EXIT_STATUS:-0} -eq 1 ]; then
   echo "okay: test suite detected no failures"
 else
-# test suite is failing on arm and has for a while let's run the test suite but make it non fatal on arm
-%ifnarch %{arm}
   if [ ${GREP_EXIT_STATUS:-0} -eq 0 ]; then
     # while a situation in which grep return status is 0 and it doesn't output
     # anything shouldn't happen, set the default to something that is
@@ -589,7 +587,6 @@ else
       exit 1
     fi
   fi
-%endif
 fi
 echo "test suite completed"
 
@@ -885,6 +882,9 @@ fi
 
 
 %changelog
+* Wed Apr 27 2016 Jacco Ligthart <jacco@redsleeve.org> - 3.21.0-9.redsleeve
+- removed an arm specific if from the spec
+
 * Fri Apr 15 2016 Kai Engert <kaie@redhat.com> - 3.21.0-9
 - Rebuild to require the latest nss-util build and nss-softokn build.
 
-- 
1.8.3.1

