summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-19 13:18:09 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-19 13:18:09 +0100
commitc18a8a0ffc4e916477a55b4d68a559e73d613c14 (patch)
tree761dd5eb57554eec9e771e920f9af69b8eee5e1e /firefox.spec
parentBump release for rebuild (diff)
downloadlibrewolf-fedora-ff-c18a8a0ffc4e916477a55b4d68a559e73d613c14.tar.gz
librewolf-fedora-ff-c18a8a0ffc4e916477a55b4d68a559e73d613c14.tar.bz2
librewolf-fedora-ff-c18a8a0ffc4e916477a55b4d68a559e73d613c14.zip
Built with in-tree nss (rhbz#1752303)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 8a0a3c8..ff8612a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,7 +10,7 @@ ExcludeArch: s390x
ExcludeArch: ppc64le
%endif
-%global system_nss 1
+%global system_nss 0
%global system_ffi 1
# libvpx is too new for Firefox 65
%if 0%{?fedora} < 30
@@ -94,7 +94,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 70.0.1
-Release: 4%{?pre_tag}%{?dist}
+Release: 5.nss%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -951,6 +951,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Nov 19 2019 Martin Stransky <stransky@redhat.com> - 70.0.1-5.nss
+- Built with in-tree nss (rhbz#1752303).
+
* Mon Nov 04 2019 Jan Horak <jhorak@redhat.com> - 70.0.1-4
- Added fix for non-scrollable popups
bgstack15