diff options
author | Jan Horak <jhorak@redhat.com> | 2020-03-31 21:27:02 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2020-03-31 21:27:02 +0200 |
commit | 7b032f46242b12d3d0ee540c7379b80b8337820f (patch) | |
tree | fcec6a587f33ead59e037a9c1fd4bf900f5335c2 | |
parent | Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff) | |
download | librewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.tar.gz librewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.tar.bz2 librewolf-fedora-ff-7b032f46242b12d3d0ee540c7379b80b8337820f.zip |
Allow addons sideload to fix missing langpacks issues
-rw-r--r-- | firefox-mozconfig | 1 | ||||
-rw-r--r-- | firefox.spec | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 4232142..bc70421 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -16,6 +16,7 @@ ac_add_options --disable-system-sqlite # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" ac_add_options --enable-av1 +ac_add_options --allow-addon-sideload export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/firefox.spec b/firefox.spec index f61cb67..1923510 100644 --- a/firefox.spec +++ b/firefox.spec @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 74.0 -Release: 12%{?nss_tag}%{?dist} +Release: 13%{?nss_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 @@ -964,6 +964,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue 31 Mar 2020 Jan Horak <jhorak@redhat.com> - 74.0-13 +- Allow addons sideload to fix missing langpacks issues + * Thu Mar 19 2020 Martin Stransky <stransky@redhat.com> - 74.0-12 - Added fix for rhbz#1814850 by Daniel Rusek |