From fe96e24baf4dcd49e868a8d81df62522320dbc92 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 20 Jan 2017 11:27:21 +0100 Subject: Relaxed requested nss version as we're backward compatible --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 8e5e0b9..27efab7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -65,7 +65,7 @@ %if %{?system_nss} %global nspr_version 4.10.10 %global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536) -%global nss_version 3.28.1 +%global nss_version 3.27 %global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536) %endif -- cgit