Resolves: rhbz#2213765

by fixing the nspr_release number
This commit is contained in:
Frantisek Krenzelok 2023-06-09 15:01:25 +02:00
parent ab34898fd4
commit 5ddb492599
No known key found for this signature in database
GPG Key ID: EBB409071C118684
1 changed files with 2 additions and 2 deletions

View File

@ -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