diff --git a/emacs.spec b/emacs.spec index 6b7d1c2..e9cbd9f 100644 --- a/emacs.spec +++ b/emacs.spec @@ -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 - 1:26.1-11 - Bump version