From 2fb8328518fe6b1358cd4f1c09d0a496deefff21 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 7 Nov 2024 16:46:09 +0100 Subject: [PATCH] Remove unneeded build dependencies - Remove unneeded build dependencies on xorg-x11-util-macros and libXpm - Remove unneeded build dependency on wayland-eglstream-protocols Resolves: https://issues.redhat.com/browse/RHEL-66317 --- xorg-x11-server-Xwayland.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xorg-x11-server-Xwayland.spec b/xorg-x11-server-Xwayland.spec index ec2ace6..d682ff4 100644 --- a/xorg-x11-server-Xwayland.spec +++ b/xorg-x11-server-Xwayland.spec @@ -9,7 +9,7 @@ Summary: Xwayland Name: xorg-x11-server-Xwayland Version: 24.1.1 -Release: 3%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} URL: http://www.x.org %if 0%{?gitdate} @@ -37,7 +37,6 @@ BuildRequires: desktop-file-utils BuildRequires: pkgconfig(wayland-client) >= 1.21.0 BuildRequires: pkgconfig(wayland-protocols) >= 1.34 -BuildRequires: pkgconfig(wayland-eglstream-protocols) BuildRequires: pkgconfig(epoxy) >= 1.5.5 BuildRequires: pkgconfig(fontenc) @@ -55,8 +54,6 @@ BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xmu) -BuildRequires: pkgconfig(xorg-macros) >= 1.17 -BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xres) BuildRequires: pkgconfig(xshmfence) >= 1.1 @@ -139,6 +136,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_libdir}/pkgconfig/xwayland.pc %changelog +* Thu Nov 7 2024 Olivier Fourdan - 24.1.1-4 +- Remove unneeded build dependencies on xorg-x11-util-macros and libXpm +- Remove unneeded build dependency on wayland-eglstream-protocols (RHEL-66317) + * Wed Oct 30 2024 Olivier Fourdan - 24.1.1-3 - Fix for CVE-2024-9632 - (RHEL-61994)