Disabled libproxy support due to regressions (rhbz#2207469)

This commit is contained in:
Martin Stransky 2023-05-19 13:06:14 +02:00
parent 4bb32b2390
commit d13c7dc2b6
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,6 @@ ac_add_options --enable-js-shell
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --without-sysroot
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --enable-libproxy
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1

View File

@ -176,7 +176,7 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 113.0.1
Release: 2%{?pre_tag}%{?dist}
Release: 3%{?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
@ -1084,6 +1084,9 @@ fi
#---------------------------------------------------------------------
%changelog
* Fri May 19 2023 Martin Stransky <stransky@redhat.com>- 113.0.1-3
- Disabled libproxy support due to regressions (rhbz#2207469)
* Tue May 16 2023 Jan Grulich <jgrulich@redhat.com> - 113.0.1-2
- Backport libwebrtc commit 7b0d7f48fb
Fix fcntl call when duplicating a file descriptor