From 6098d94e9dd0406e1f4496b4e90fd56127e1a3b1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 12 Aug 2021 15:01:01 +0200 Subject: [PATCH] Change release number to correct cross-package dependencies (#1991688) Related: #1991688 --- nss.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nss.spec b/nss.spec index e5b5a08..070d64b 100644 --- a/nss.spec +++ b/nss.spec @@ -4,8 +4,8 @@ # - increment %%{nspr_version}, when updating the NSS part only # - put the nss_release number here next to nspr, as they both # need to be updated on a given release -%global nspr_release 5 -%global nss_release 10 +%global nspr_release 11 +%global nss_release 11 %global nss_version 3.67.0 # only need to update this as we added new # algorithms under nss policy control @@ -1076,7 +1076,7 @@ update-crypto-policies &> /dev/null || : %changelog -* Thu Aug 12 2021 Florian Weimer - 3.67.0-10 +* Thu Aug 12 2021 Florian Weimer - 3.67.0-11 - Change release number to correct cross-package dependencies (#1991688) * Mon Aug 09 2021 Mohan Boddu