summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-22 10:49:27 +0200
committerJan Horak <jhorak@redhat.com>2022-06-22 10:49:27 +0200
commitcad15cfb85b687a6287224a032cbaba836949fb3 (patch)
treeb1b7d45346466d99a969bf2d68e345180554614e
parentEnable wasm sandboxed libraries (diff)
downloadlibrewolf-fedora-ff-cad15cfb85b687a6287224a032cbaba836949fb3.tar.gz
librewolf-fedora-ff-cad15cfb85b687a6287224a032cbaba836949fb3.tar.bz2
librewolf-fedora-ff-cad15cfb85b687a6287224a032cbaba836949fb3.zip
Enable rlbox sandboxed libraries
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 3200521..8477b91 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -163,7 +163,7 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 101.0.1
-Release: 6%{?pre_tag}%{?dist}
+Release: 7%{?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
@@ -1119,6 +1119,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jun 22 2022 Jan Horak <jhorak@redhat.com> - 101.0.1-7
+- Enable rlbox (third party libraries sandboxing)
+
* Fri Jun 17 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-6
- Added fix for mozbz#1774271 - Intel/dmabuf export issues.
bgstack15