diff --git a/nss.spec b/nss.spec index ab05925..920f527 100644 --- a/nss.spec +++ b/nss.spec @@ -2,7 +2,7 @@ # NOTE: To avoid NVR clashes of nspr* packages: # - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - increment %%{nspr_version}, when updating the NSS part only -%global nspr_release 11 +%global nspr_release 12 %global nss_version 3.60.1 # only need to update this as we added new # algorithms under nss policy control @@ -56,7 +56,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM", Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 3%{?dist} +Release: 5%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -1053,6 +1053,12 @@ update-crypto-policies &> /dev/null || : %changelog +* Mon Feb 01 2021 Kalev Lember - 3.60.1-5 +- Rebuild to fix broken nspr dependencies + +* Tue Jan 26 2021 Fedora Release Engineering - 3.60.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jan 22 2021 Bob Relyea - 3.60.1-2 - Update nspr release number