Resolves: rhbz#2213765
by fixing the nspr_release number
This commit is contained in:
parent
ab34898fd4
commit
5ddb492599
4
nss.spec
4
nss.spec
@ -3,11 +3,11 @@
|
||||
# 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 baserelease 1
|
||||
%global baserelease 2
|
||||
%global nss_release %baserelease
|
||||
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
||||
# release number between nss and nspr are different.
|
||||
%global nspr_release %[%baserelease+0]
|
||||
%global nspr_release %[%baserelease+6]
|
||||
# only need to update this as we added new
|
||||
# algorithms under nss policy control
|
||||
%global crypto_policies_version 20210118
|
||||
|
Loading…
Reference in New Issue
Block a user