diff options
author | Martin Stransky <stransky@redhat.com> | 2021-08-04 08:44:21 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-08-04 08:44:21 +0200 |
commit | 9ff5974999906b93dc1e90656cba1e4101f24dec (patch) | |
tree | d842eb41ab433a94a17e6f387ce7fbc7761b634f | |
parent | merged (diff) | |
download | librewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.tar.gz librewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.tar.bz2 librewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.zip |
Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs
-rw-r--r-- | firefox-mozconfig | 1 | ||||
-rw-r--r-- | firefox.spec | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 48d07f7..fd2ff9b 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,6 +14,7 @@ ac_add_options --update-channel=release ac_add_options --allow-addon-sideload ac_add_options --with-system-fdk-aac ac_add_options --enable-js-shell +ac_add_options --with-unsigned-addon-scopes=apps,system export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/firefox.spec b/firefox.spec index e0fcfb2..e97739c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -152,7 +152,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 90.0.2 -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 @@ -1049,6 +1049,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Aug 04 2021 Martin Stransky <stransky@redhat.com> - 90.0.2-2 +- Added fix for rhbz#1988841 - Allow unsigned extensions when installed + under non-user-writable dirs. + * Thu Jul 22 2021 Martin Stransky <stransky@redhat.com> - 90.0.2-1 - Updated to 90.0.2 |