summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-10-31 23:41:24 +0100
committerMartin Stransky <stransky@redhat.com>2019-10-31 23:41:24 +0100
commitc78fe6f84e7a466d9d9ae9ebe032c4b0e50aeeed (patch)
tree50ab6434ce47827018dd751d3b343af58251c744
parentResolves: #1466936 Fixed aarch build patch rhbz-1354671.patch (diff)
parentSwitched to in-tree nss due to rhbz#1752303 (diff)
downloadlibrewolf-fedora-ff-c78fe6f84e7a466d9d9ae9ebe032c4b0e50aeeed.tar.gz
librewolf-fedora-ff-c78fe6f84e7a466d9d9ae9ebe032c4b0e50aeeed.tar.bz2
librewolf-fedora-ff-c78fe6f84e7a466d9d9ae9ebe032c4b0e50aeeed.zip
Merge branch 'master' into f30
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 873a00d..dd7bab4 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
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
@@ -949,6 +949,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 31 2019 Martin Stransky <stransky@redhat.com> - 70.0-2
+- Switched to in-tree nss due to rhbz#1752303
+
* Tue Oct 15 2019 Martin Stransky <stransky@redhat.com> - 70.0-1
- Updated to 70.0
bgstack15