Disable xwidgets
Red Hat is going to stop updating WebKitGTK in RHEL 9 after 9.4 release. Resolves: RHEL-14551
This commit is contained in:
parent
c04f67efd1
commit
c4333b322f
@ -5,7 +5,7 @@ Summary: GNU Emacs text editor
|
||||
Name: emacs
|
||||
Epoch: 1
|
||||
Version: 27.2
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPLv3+ and CC0-1.0
|
||||
URL: http://www.gnu.org/software/emacs/
|
||||
Source0: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz
|
||||
@ -75,7 +75,6 @@ BuildRequires: jansson-devel
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: webkit2gtk3-devel
|
||||
|
||||
BuildRequires: gnupg2
|
||||
|
||||
@ -253,7 +252,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-harfbuzz --with-cairo --with-json
|
||||
--with-modules --with-harfbuzz --with-cairo --with-json
|
||||
make bootstrap
|
||||
%{setarch} %make_build
|
||||
cd ..
|
||||
@ -491,6 +490,9 @@ rm %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document23.svg
|
||||
%{_includedir}/emacs-module.h
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2024 Jacek Migacz <jmigacz@redhat.com> - 1:27.2-10
|
||||
- Disable xwidgets (RHEL-14551)
|
||||
|
||||
* Sun Apr 2 2023 Jacek Migacz <jmigacz@redhat.com> - 1:27.2-9
|
||||
- Fix etags local command injection vulnerability (#2175190)
|
||||
- Fix htmlfontify.el command injection vulnerability (#2175179)
|
||||
|
Loading…
Reference in New Issue
Block a user