From ec42b367dcfb25df26f893fdc6a21ccece860867 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 12 Aug 2021 10:54:57 +0200 Subject: [PATCH] Change release number to correct cross-package dependencies (#1991688) Related: #1991688 --- nss.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nss.spec b/nss.spec index 219ba67..e5b5a08 100644 --- a/nss.spec +++ b/nss.spec @@ -5,7 +5,7 @@ # - 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 9 +%global nss_release 10 %global nss_version 3.67.0 # only need to update this as we added new # algorithms under nss policy control @@ -283,7 +283,7 @@ Header and library files for doing development with Network Security Services. %package -n nspr Summary: Netscape Portable Runtime Version: %{nspr_version} -Release: %{nspr_release}%{?dist}.1 +Release: %{nspr_release}%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/nspr/ Conflicts: filesystem < 3 @@ -298,7 +298,7 @@ memory management (malloc and free) and shared library linking. %package -n nspr-devel Summary: Development libraries for the Netscape Portable Runtime Version: %{nspr_version} -Release: %{nspr_release}%{?dist}.1 +Release: %{nspr_release}%{?dist} Requires: nspr%{?_isa} = %{nspr_version}-%{nspr_release}%{?dist} Requires: pkgconfig BuildRequires: xmlto @@ -1076,7 +1076,7 @@ update-crypto-policies &> /dev/null || : %changelog -* Thu Aug 12 2021 Florian Weimer - 3.67.0-9 +* Thu Aug 12 2021 Florian Weimer - 3.67.0-10 - Change release number to correct cross-package dependencies (#1991688) * Mon Aug 09 2021 Mohan Boddu