From 466a27e84dae5d2697c5fd35855eb9263a504cdb Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 30 Oct 2020 11:15:07 +0100 Subject: [PATCH] Use the lockstep release numbering for both nspr and nss Fixes #1892874 --- nss.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nss.spec b/nss.spec index 85434b6..d138bcf 100644 --- a/nss.spec +++ b/nss.spec @@ -1,5 +1,4 @@ %global nspr_version 4.29.0 -%global nspr_release 2 %global nss_version 3.58.0 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools %global saved_files_dir %{_libdir}/nss/saved @@ -50,7 +49,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM", Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 6%{?dist} +Release: 7%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -254,7 +253,6 @@ 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} License: MPLv2.0 URL: http://www.mozilla.org/projects/nspr/ Conflicts: filesystem < 3 @@ -269,8 +267,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} -Requires: nspr = %{nspr_version}-%{nspr_release} +Requires: nspr%{?_isa} = %{nspr_version}-%{release} Requires: pkgconfig BuildRequires: xmlto Conflicts: filesystem < 3 @@ -1045,6 +1042,9 @@ update-crypto-policies &> /dev/null || : %changelog +* Fri Oct 30 2020 Daiki Ueno - 3.58.0-7 +- Use the lockstep release numbering for both nspr and nss + * Thu Oct 29 2020 Jeff Law - 3.58.0-6 - Disable -Warray-parameter warning for gcc-11