From f2085523170e21fdbf75aef4d170c8e1069b8ead Mon Sep 17 00:00:00 2001
From: Jacco Ligthart <jacco@redsleeve.org>
Date: Fri, 8 Jan 2016 18:15:10 +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 0c41c3b..1fcddea 100644
--- a/SPECS/nss.spec
+++ b/SPECS/nss.spec
@@ -23,7 +23,7 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.19.1
-Release:          19%{?dist}
+Release:          19%{?dist}.redsleeve
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -531,8 +531,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
@@ -548,7 +546,6 @@ else
       exit 1
     fi
   fi
-%endif
 fi
 echo "test suite completed"
 
@@ -844,6 +841,9 @@ fi
 
 
 %changelog
+* Fri Jan 08 2016 Jacco Ligthart <jacco@redsleeve.org> - 3.19.1-19.redsleeve
+- removed an arm specific if from the spec
+
 * Tue Dec 15 2015 Elio Maldonado <emaldona@redhat.com> - 3.19.1-19
 - Prevent TLS 1.2 Transcript Collision attacks against MD5 in key exchange protocol
 - Resolves: Bug 1289883
-- 
1.8.3.1

