Related: rhbz#1978038

Bump the nspr build number.
This commit is contained in:
Bob Relyea 2021-07-02 08:08:22 -07:00
parent 66eacfa6fd
commit b6e19ee8f1
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# NOTE: To avoid NVR clashes of nspr* packages: # NOTE: To avoid NVR clashes of nspr* packages:
# - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - reset %%{nspr_release} to 1, when updating %%{nspr_version}
# - increment %%{nspr_version}, when updating the NSS part only # - increment %%{nspr_version}, when updating the NSS part only
%global nspr_release 2 %global nspr_release 3
%global nss_version 3.67.0 %global nss_version 3.67.0
# only need to update this as we added new # only need to update this as we added new
# algorithms under nss policy control # algorithms under nss policy control
@ -56,7 +56,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM",
Summary: Network Security Services Summary: Network Security Services
Name: nss Name: nss
Version: %{nss_version} Version: %{nss_version}
Release: 5%{?dist} Release: 6%{?dist}
License: MPLv2.0 License: MPLv2.0
URL: http://www.mozilla.org/projects/security/pki/nss/ URL: http://www.mozilla.org/projects/security/pki/nss/
Requires: nspr >= %{nspr_version} Requires: nspr >= %{nspr_version}
@ -1071,6 +1071,9 @@ update-crypto-policies &> /dev/null || :
%changelog %changelog
* Fri Jul 2 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-6
- bump the nspr release number
* Thu Jul 1 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-5 * Thu Jul 1 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-5
- fix error when trying to read keys from updated databases when updated - fix error when trying to read keys from updated databases when updated
from unpatched versions of NSS (like on fedora or upstream). from unpatched versions of NSS (like on fedora or upstream).