Update test cert in setup phase instead of changing the source tar ball
This commit is contained in:
parent
591ce17ea2
commit
f1e2b65a89
7
nss.spec
7
nss.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.12.6
|
Version: 3.12.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -37,6 +37,7 @@ Source6: blank-cert9.db
|
|||||||
Source7: blank-key4.db
|
Source7: blank-key4.db
|
||||||
Source8: system-pkcs11.txt
|
Source8: system-pkcs11.txt
|
||||||
Source9: setup-nsssysinit.sh
|
Source9: setup-nsssysinit.sh
|
||||||
|
Source10: PayPalEE.cert
|
||||||
Source12: %{name}-pem-20091210.tar.bz2
|
Source12: %{name}-pem-20091210.tar.bz2
|
||||||
|
|
||||||
Patch2: nss-nolocalsql.patch
|
Patch2: nss-nolocalsql.patch
|
||||||
@ -105,6 +106,7 @@ low level services.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%{__cp} %{SOURCE10} -f ./mozilla/security/nss/tests/libpkix/certs
|
||||||
%setup -q -T -D -n %{name}-%{version} -a 12
|
%setup -q -T -D -n %{name}-%{version} -a 12
|
||||||
|
|
||||||
%patch2 -p0 -b .nolocalsql
|
%patch2 -p0 -b .nolocalsql
|
||||||
@ -484,6 +486,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 07 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-4
|
||||||
|
- Update the test cert in the setup phase
|
||||||
|
|
||||||
* Wed Apr 07 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-3
|
* Wed Apr 07 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-3
|
||||||
- Add sed to sysinit requires as setup-nsssysinit.sh requires it (#576071)
|
- Add sed to sysinit requires as setup-nsssysinit.sh requires it (#576071)
|
||||||
- Update PayPalEE test cert with unexpired one (#580207)
|
- Update PayPalEE test cert with unexpired one (#580207)
|
||||||
|
Loading…
Reference in New Issue
Block a user