From 687a62053903071307ba3eaa158c6d01624a2477 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 2 Jun 2020 00:25:37 +0200 Subject: Set minimal nss version to 3.52 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 7e83aa7..84b0906 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ ExcludeArch: s390x %if %{?system_nss} %global nspr_version 4.21 %global nspr_build_version %{nspr_version} -%global nss_version 3.51.1 +%global nss_version 3.52 %global nss_build_version %{nss_version} %endif -- cgit