From 102923ec2bfd8658e27bcc8b05f55d2f0f840fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 4 Sep 2024 14:52:29 +0200 Subject: [PATCH] Bump libdrm required version to 2.4.122 mesa requires libdrm >= 2.4.121 but, since upstream CI is using 2.4.122, match it as it is more tested. --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index ebccc1f..f19941e 100644 --- a/mesa.spec +++ b/mesa.spec @@ -92,7 +92,7 @@ BuildRequires: kernel-headers # We only check for the minimum version of pkgconfig(libdrm) needed so that the # SRPMs for each arch still have the same build dependencies. See: # https://bugzilla.redhat.com/show_bug.cgi?id=1859515 -BuildRequires: pkgconfig(libdrm) >= 2.4.119 +BuildRequires: pkgconfig(libdrm) >= 2.4.122 %if 0%{?with_libunwind} BuildRequires: pkgconfig(libunwind) %endif