Update to nss-3.15.5
- Fix location of sharedb files and their manpages - Move cert9.db, key4.db, and pkcs11.txt to the main package - Move nss-sysinit manpages tar archives to the main package - Resolves: Bug 1066877 - nss-3.15.5 is available - Resolves: Bug 1067091 - Move sharedb files to the %files section
This commit is contained in:
parent
4c076bc0cd
commit
9b8380a073
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,4 @@ TestCA.ca.cert
|
||||
TestUser50.cert
|
||||
TestUser51.cert
|
||||
/nss-pem-20140125.tar.bz2
|
||||
/nss-3.15.4.tar.gz
|
||||
/nss-3.15.5.tar.gz
|
||||
|
28
nss.spec
28
nss.spec
@ -1,6 +1,6 @@
|
||||
%global nspr_version 4.10.2
|
||||
%global nss_util_version 3.15.4
|
||||
%global nss_softokn_version 3.15.4
|
||||
%global nss_util_version 3.15.5
|
||||
%global nss_softokn_version 3.15.5
|
||||
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
|
||||
%global allTools "certutil cmsutil crlutil derdump modutil pk12util pp signtool signver ssltap vfychain vfyserv"
|
||||
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
Summary: Network Security Services
|
||||
Name: nss
|
||||
Version: 3.15.4
|
||||
Release: 5%{?dist}
|
||||
Version: 3.15.5
|
||||
Release: 1%{?dist}
|
||||
License: MPLv2.0
|
||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Group: System Environment/Libraries
|
||||
@ -604,19 +604,19 @@ fi
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/cert8.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/key3.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/secmod.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/cert9.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/key4.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/pkcs11.txt
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/cert8.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/key3.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/secmod.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/cert9.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/key4.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/pkcs11.txt.5.gz
|
||||
|
||||
%files sysinit
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnsssysinit.so
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/cert9.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/key4.db
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/pkcs11.txt
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/cert9.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/key4.db.5.gz
|
||||
%attr(0644,root,root) %doc /usr/share/man/man5/pkcs11.txt.5.gz
|
||||
%{_bindir}/setup-nsssysinit.sh
|
||||
# symbolic link to setup-nsssysinit.sh
|
||||
%{_bindir}/setup-nsssysinit
|
||||
@ -734,6 +734,14 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.5-1
|
||||
- Update to nss-3.15.5
|
||||
- Fix location of sharedb files and their manpages
|
||||
- Move cert9.db, key4.db, and pkcs11.txt to the main package
|
||||
- Move nss-sysinit manpages tar archives to the main package
|
||||
- Resolves: Bug 1066877 - nss-3.15.5 is available
|
||||
- Resolves: Bug 1067091 - Move sharedb files to the %%files section
|
||||
|
||||
* Thu Feb 06 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-5
|
||||
- Revert previous change that moved some sysinit manpages
|
||||
- Restore nss-sysinit manpages tar archives to %%files sysinit
|
||||
|
2
sources
2
sources
@ -8,4 +8,4 @@ f998b70c1be25e8bb9f5fdb5d50eb6f2 TestCA.ca.cert
|
||||
1b7b6808cd77d5df29bf5bb9e5fac967 TestUser50.cert
|
||||
ab0b56dd505a995425c03e5266f7c8d6 TestUser51.cert
|
||||
b8a94e863c852e1f8b75e930e76f8640 nss-pem-20140125.tar.bz2
|
||||
74738d89615665e3547dc2c0602ab0e6 nss-3.15.4.tar.gz
|
||||
7a8cb5418ac8aa15d91d7bc549698268 nss-3.15.5.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user