Disable xwidgets

Red Hat is going to stop updating WebKitGTK in RHEL 8 after 8.10 release.

Resolves: RHEL-14549
This commit is contained in:
Jacek Migacz 2024-03-15 00:23:30 +01:00
parent 2ce8547484
commit e5aa280e32

View File

@ -5,7 +5,7 @@ Summary: GNU Emacs text editor
Name: emacs
Epoch: 1
Version: 26.1
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv3+ and CC0-1.0
URL: http://www.gnu.org/software/emacs/
Group: Applications/Editors
@ -72,7 +72,6 @@ BuildRequires: desktop-file-utils
BuildRequires: libacl-devel
BuildRequires: gtk3-devel
BuildRequires: webkit2gtk3-devel
# For lucid
BuildRequires: Xaw3d-devel
@ -251,7 +250,7 @@ ln -s ../configure .
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \
--with-xwidgets --with-modules
--with-modules
make bootstrap
%{setarch} make %{?_smp_mflags}
cd ..
@ -487,6 +486,7 @@ fi
- org-link-expand-abbrev: Do not evaluate arbitrary unsafe Elisp code (CVE-2024-39331)
- Make Gnus treats inline MIME contents as untrusted (CVE-2024-30203)
- Add protection for LaTeX preview (CVE-2024-30204)
- Disable xwidgets (RHEL-14549)
* Wed Apr 12 2023 Jacek Migacz <jmigacz@redhat.com> - 1:26.1-11
- Bump version