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
This commit is contained in:
parent
60083a554b
commit
2fb8328518
@ -9,7 +9,7 @@
|
|||||||
Summary: Xwayland
|
Summary: Xwayland
|
||||||
Name: xorg-x11-server-Xwayland
|
Name: xorg-x11-server-Xwayland
|
||||||
Version: 24.1.1
|
Version: 24.1.1
|
||||||
Release: 3%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
|
Release: 4%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
|
||||||
|
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
%if 0%{?gitdate}
|
%if 0%{?gitdate}
|
||||||
@ -37,7 +37,6 @@ BuildRequires: desktop-file-utils
|
|||||||
|
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.21.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.21.0
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.34
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.34
|
||||||
BuildRequires: pkgconfig(wayland-eglstream-protocols)
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(epoxy) >= 1.5.5
|
BuildRequires: pkgconfig(epoxy) >= 1.5.5
|
||||||
BuildRequires: pkgconfig(fontenc)
|
BuildRequires: pkgconfig(fontenc)
|
||||||
@ -55,8 +54,6 @@ BuildRequires: pkgconfig(xi)
|
|||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.17
|
|
||||||
BuildRequires: pkgconfig(xpm)
|
|
||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
BuildRequires: pkgconfig(xres)
|
BuildRequires: pkgconfig(xres)
|
||||||
BuildRequires: pkgconfig(xshmfence) >= 1.1
|
BuildRequires: pkgconfig(xshmfence) >= 1.1
|
||||||
@ -139,6 +136,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/pkgconfig/xwayland.pc
|
%{_libdir}/pkgconfig/xwayland.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 7 2024 Olivier Fourdan <ofourdan@redhat.com> - 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 <ofourdan@redhat.com> - 24.1.1-3
|
* Wed Oct 30 2024 Olivier Fourdan <ofourdan@redhat.com> - 24.1.1-3
|
||||||
- Fix for CVE-2024-9632 - (RHEL-61994)
|
- Fix for CVE-2024-9632 - (RHEL-61994)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user