From 7f1cf82f96b75f530c0fcd0b404d2a0c912a8054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 21 Feb 2024 17:39:48 +0100 Subject: [PATCH] Fix BuildRequires for python3-devel Resolves: RHEL-2239 --- libglvnd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libglvnd.spec b/libglvnd.spec index ac3962c..22c1211 100644 --- a/libglvnd.spec +++ b/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