diff --git a/SPECS/libglvnd.spec b/SPECS/libglvnd.spec index ac3962c..22c1211 100644 --- a/SPECS/libglvnd.spec +++ b/SPECS/libglvnd.spec @@ -7,7 +7,7 @@ Name: libglvnd Version: 1.3.4 -Release: 1%{?commit0:.git%{shortcommit0}}%{?dist} +Release: 2%{?commit0:.git%{shortcommit0}}%{?dist} # Provide an upgrade path from the negativo17.org pkgs which have Epoch 1 Epoch: 1 Summary: The GL Vendor-Neutral Dispatch library @@ -21,7 +21,7 @@ Patch1: 0001-glx-Add-another-fallback-library-name.patch BuildRequires: libtool BuildRequires: gcc -BuildRequires: %{_bindir}/python3 +BuildRequires: python3-devel BuildRequires: python3-libxml2 BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(x11) @@ -267,6 +267,10 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \ %changelog +* Wed Feb 21 2024 José Expósito - 1.3.4-2 +- Fix BuildRequires for python3-devel + Resolves: RHEL-2239 + * Wed Nov 17 2021 Dave Airlie - 1.3.4-1 - Update to 1.3.4 release