[nss] Enable sha224 portion of powerup selftest when running test suites

Elio Maldonado emaldonado at fedoraproject.org
Sun Jul 1 17:25:24 UTC 2012


commit 7011f18b86d5cb00244dade3a456da8fccff0287
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Jul 1 10:25:16 2012 -0700

    Enable sha224 portion of powerup selftest when running test suites
    
    - That disabling was meant for RHEL-6 wich at time has and older softoken

 nss.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index a7b51a8..3d8f4b0 100644
--- a/nss.spec
+++ b/nss.spec
@@ -202,8 +202,6 @@ export NSPR_LIB_DIR
 export FREEBL_INCLUDE_DIR=`/usr/bin/pkg-config --cflags-only-I nss-softokn | sed 's/-I//'`
 export FREEBL_LIB_DIR=%{_libdir}
 export USE_SYSTEM_FREEBL=1
-# prevents running the sha224 portion of the powerup selftest when testing
-export NO_SHA224_AVAILABLE=1
 
 NSS_USE_SYSTEM_SQLITE=1
 export NSS_USE_SYSTEM_SQLITE
@@ -586,6 +584,7 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
 - Resolves: Bug 830410 - Missing Requires %{?_isa}
 - Use Requires: %%{name}%%{?_isa} = %%{version}-%%{release} on tools
 - Drop zlib requires which rpmlint reports as error E: explicit-lib-dependency zlib
+- Enable sha224 portion of powerup selftest when running test suites
 
 * Wed Jun 20 2012 Elio Maldonado <emaldona at redhat.com> - 3.13.5-3
 - Resolves: rhbz#833529 - revert unwanted change to nss.pc.in


More information about the scm-commits mailing list