From b6e19ee8f198b81dc93ad3b7d85cd31b19d60bd0 Mon Sep 17 00:00:00 2001 From: Bob Relyea Date: Fri, 2 Jul 2021 08:08:22 -0700 Subject: [PATCH] Related: rhbz#1978038 Bump the nspr build number. --- nss.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index d60a4df..0ae5054 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 2 +%global nspr_release 3 %global nss_version 3.67.0 # 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: 5%{?dist} +Release: 6%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -1071,6 +1071,9 @@ update-crypto-policies &> /dev/null || : %changelog +* Fri Jul 2 2021 Bob Relyea - 3.67.0-6 +- bump the nspr release number + * Thu Jul 1 2021 Bob Relyea - 3.67.0-5 - fix error when trying to read keys from updated databases when updated from unpatched versions of NSS (like on fedora or upstream).