Change release number to correct cross-package dependencies (#1991688)
Related: #1991688
This commit is contained in:
parent
1fded96fc7
commit
4b70a03790
7
nss.spec
7
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 8
|
||||
%global nss_release 9
|
||||
%global nss_version 3.67.0
|
||||
# only need to update this as we added new
|
||||
# algorithms under nss policy control
|
||||
@ -59,7 +59,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM",
|
||||
Summary: Network Security Services
|
||||
Name: nss
|
||||
Version: %{nss_version}
|
||||
Release: %{nss_release}%{?dist}.1
|
||||
Release: %{nss_release}%{?dist}
|
||||
License: MPLv2.0
|
||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Requires: nspr >= %{nspr_version}
|
||||
@ -1076,6 +1076,9 @@ update-crypto-policies &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 12 2021 Florian Weimer <fweimer@redhat.com> - 3.67.0-9
|
||||
- Change release number to correct cross-package dependencies (#1991688)
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user