Change-Id: Ibf2d9cd5b8f4a21a1b74bcc1022d3777c49e7062
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5223
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Security client |
| 2 | 2 |
Name: nss |
| 3 |
-Version: 3.31 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 3 |
+Version: 3.31.1 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: MPLv2.0 |
| 6 |
-URL: http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_31_RTM/src/%{name}-%{version}.tar.gz
|
|
| 6 |
+URL: http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_31_1_RTM/src/%{name}-%{version}.tar.gz
|
|
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: %{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 nss=006a13a5e52867c49ea1e7d986b7c02a3cd8ebfb |
|
| 11 |
+%define sha1 nss=cd62556e63ad29c42e43e05c0a8bf2398d19059c |
|
| 12 | 12 |
Patch: nss-3.31-standalone-1.patch |
| 13 | 13 |
Requires: nspr |
| 14 | 14 |
BuildRequires: nspr-devel |
| ... | ... |
@@ -97,6 +97,8 @@ sudo -u test ./all.sh && userdel test -r -f |
| 97 | 97 |
%{_libdir}/libsoftokn3.so
|
| 98 | 98 |
|
| 99 | 99 |
%changelog |
| 100 |
+* Tue May 29 2018 Xiaolin Li <xiaolinl@vmware.com> 3.31.1-1 |
|
| 101 |
+- Upgrade to 3.31.1 |
|
| 100 | 102 |
* Fri Jul 07 2017 Vinay Kulkarni <kulkarniv@vmware.com> 3.31-3 |
| 101 | 103 |
- Fix buildrequires. |
| 102 | 104 |
* Thu Jun 29 2017 Xiaolin Li <xiaolinl@vmware.com> 3.31-2 |