Relaxed requested nss version as we're backward compatible

This commit is contained in:
Martin Stransky 2017-01-20 11:27:21 +01:00
parent 78d31a02be
commit fe96e24baf

View File

@ -65,7 +65,7 @@
%if %{?system_nss} %if %{?system_nss}
%global nspr_version 4.10.10 %global nspr_version 4.10.10
%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536) %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) %global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
%endif %endif