From f1e2b65a89b487f48de1b45836e305e5f25f328e Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Thu, 8 Apr 2010 01:38:51 +0000 Subject: [PATCH] Update test cert in setup phase instead of changing the source tar ball --- nss.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 7cbe1dc..67196a4 100644 --- a/nss.spec +++ b/nss.spec @@ -7,7 +7,7 @@ Summary: Network Security Services Name: nss Version: 3.12.6 -Release: 3%{?dist} +Release: 4%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -37,6 +37,7 @@ Source6: blank-cert9.db Source7: blank-key4.db Source8: system-pkcs11.txt Source9: setup-nsssysinit.sh +Source10: PayPalEE.cert Source12: %{name}-pem-20091210.tar.bz2 Patch2: nss-nolocalsql.patch @@ -105,6 +106,7 @@ low level services. %prep %setup -q +%{__cp} %{SOURCE10} -f ./mozilla/security/nss/tests/libpkix/certs %setup -q -T -D -n %{name}-%{version} -a 12 %patch2 -p0 -b .nolocalsql @@ -484,6 +486,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h %changelog +* Wed Apr 07 2010 Elio Maldonado - 3.12.6-4 +- Update the test cert in the setup phase + * Wed Apr 07 2010 Elio Maldonado - 3.12.6-3 - Add sed to sysinit requires as setup-nsssysinit.sh requires it (#576071) - Update PayPalEE test cert with unexpired one (#580207)