From 31ba0e86f9b0e0262ca858581bcf3b36e8dd1db0 Mon Sep 17 00:00:00 2001
From: Jacco Ligthart <jacco@redsleeve.org>
Date: Sat, 28 Nov 2015 22:03:56 +0100
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 893792a..59f7ebc 100644
--- a/SPECS/nss.spec
+++ b/SPECS/nss.spec
@@ -23,7 +23,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.19.1
-Release:          18%{?dist}
+Release:          18%{?dist}.redsleeve
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -525,8 +525,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
@@ -542,7 +540,6 @@ else
       exit 1
     fi
   fi
-%endif
 fi
 echo "test suite completed"
 
@@ -838,6 +835,9 @@ fi
 
 
 %changelog
+* Sat Nov 28 2015 Jacco Ligthart <jacco@redsleeve.org> - 3.19.1-18.redsleeve
+- removed an arm specific if from the spec
+
 * Wed Oct 21 2015 Kai Engert <kaie@redhat.com> - 3.19.1-18
 - Rebuild against updated NSPR
 
-- 
1.8.3.1

