From 790498e033490559d02210c567974f35f18d322c Mon Sep 17 00:00:00 2001 From: Bob Relyea Date: Thu, 21 Jul 2022 13:07:25 -0700 Subject: [PATCH] Fix release number syntax error --- nss.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 58f4218..998fc64 100644 --- a/nss.spec +++ b/nss.spec @@ -7,7 +7,7 @@ %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+1] +%global nspr_release %[%baserelease+1] # only need to update this as we added new # algorithms under nss policy control %global crypto_policies_version 20210118