From 4aaebc20eeb3832038e3b5e1db411a5d101200fe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2016 05:46:04 +0000 Subject: import nss-softokn-3.16.2.3-14.4.el7 --- diff --git a/SPECS/nss-softokn.spec b/SPECS/nss-softokn.spec index de94e49..c985b78 100644 --- a/SPECS/nss-softokn.spec +++ b/SPECS/nss-softokn.spec @@ -32,7 +32,7 @@ Summary: Network Security Services Softoken Module Name: nss-softokn Version: 3.16.2.3 -Release: 14.2%{?dist} +Release: 14.4%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -367,8 +367,11 @@ 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} + %ifarch %{arm} + : + # do nothing on arm where the test suite is failing and has been + # for while, do run the test suite but make it non fatal on arm + %else 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 @@ -508,6 +511,13 @@ done %{_includedir}/nss3/shsign.h %changelog +* Tue Jun 28 2016 Kai Engert - 3.16.2.3-14.4 +- escape all percent characters in all changelog comments + +* Wed Apr 20 2016 Elio Maldonado - 3.16.2.3-14.3 +- Fix a flaw in %%check for nss not building on arm +- Resolves: Bug 1200856 + * Fri Apr 15 2016 Kai Engert - 3.16.2.3-14.2 - Adjust for a renamed variable in newer nss-util, require a compatible nss-util version. @@ -692,7 +702,7 @@ done - Fix bogus date in changelog warnings * Mon Dec 24 2012 Elio Maldonado - 3.14.1-4 -- Fix bogus date warnings in %changelog +- Fix bogus date warnings in %%changelog * Sat Dec 22 2012 Elio Maldonado - 3.14.1-3 - Cleanup patches for building softoken only libraries and tests @@ -989,7 +999,7 @@ done - Don't require sqlite * Mon Aug 31 2009 Elio Maldonado - 3.12.3.99.3-24 -- Fixed test on %postun to avoid returning 1 when nss-softokn instances still remain +- Fixed test on %%postun to avoid returning 1 when nss-softokn instances still remain * Sun Aug 30 2009 Elio Maldonado - 3.12.3.99.3-23 - Explicitly state via nss_util_version the nss-util version we require