From 3b8e99f54def2d377768709f39299297474ffd7e Mon Sep 17 00:00:00 2001 From: Bob Relyea Date: Tue, 10 Aug 2021 09:21:10 -0700 Subject: [PATCH] update actual release verison for nss as well as nspr (sigh) --- nss.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 6fcee25..f37f608 100644 --- a/nss.spec +++ b/nss.spec @@ -1,5 +1,5 @@ %global nspr_version 4.32.0 -%global nss_version 3.66.0 +%global nss_version 3.69.0 # 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