diff --git a/SPECS/xorg-x11-server-Xwayland.spec b/SPECS/xorg-x11-server-Xwayland.spec index 33eac1f..3afd9ec 100644 --- a/SPECS/xorg-x11-server-Xwayland.spec +++ b/SPECS/xorg-x11-server-Xwayland.spec @@ -9,7 +9,7 @@ Summary: Xwayland Name: xorg-x11-server-Xwayland Version: 21.1.1 -Release: 4%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} URL: http://www.x.org %if 0%{?gitdate} @@ -50,6 +50,7 @@ License: MIT Requires: xorg-x11-server-common Requires: libEGL +Requires: libepoxy >= 1.5.5 BuildRequires: gcc BuildRequires: git-core @@ -61,7 +62,7 @@ BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-eglstream-protocols) BuildRequires: pkgconfig(dmx) -BuildRequires: pkgconfig(epoxy) +BuildRequires: pkgconfig(epoxy) >= 1.5.5 BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(libdrm) >= 2.4.0 BuildRequires: pkgconfig(libssl) @@ -151,6 +152,9 @@ rm -Rf $RPM_BUILD_ROOT%{_localstatedir}/lib/xkb %{_libdir}/pkgconfig/xwayland.pc %changelog +* Tue Jun 29 2021 Olivier Fourdan - 21.1.1-5 +- Require libepoxy >= 1.5.5 (rhbz#1976132) + * Mon Jun 21 2021 Olivier Fourdan - 21.1.1-4 - Fix a use-after-free in the previous changes for GLX