From c1627ffce725e96726dd17aeec432f5bff8751d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 13 Nov 2024 09:25:40 +0100 Subject: [PATCH] Revert upstream commit ffaa3ce144be ("2.4.122, Build Intel on all arches") libpciaccess is not available in RHEL 9 aarch64, ppc64le and s390x Resolves: https://issues.redhat.com/browse/RHEL-53869 --- libdrm.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libdrm.spec b/libdrm.spec index e19c533..931fc60 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -13,7 +13,11 @@ end} print(string.format("-D%s=%s", option, value)) end} +%ifarch %{ix86} x86_64 %bcond_without intel +%else +%bcond_with intel +%endif %bcond_without radeon %bcond_without amdgpu %bcond_without nouveau @@ -47,7 +51,7 @@ end} Name: libdrm Summary: Direct Rendering Manager runtime library Version: 2.4.123 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://dri.freedesktop.org @@ -278,6 +282,11 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm %endif %changelog +* Wed Nov 13 2024 José Expósito - 2.4.123-2 +- Revert upstream commit ffaa3ce144be ("2.4.122, Build Intel on all arches") + libpciaccess is not available in RHEL 9 aarch64, ppc64le and s390x + Resolves: https://issues.redhat.com/browse/RHEL-53869 + * Tue Nov 12 2024 José Expósito - 2.4.123-1 - Update to 2.4.123 Resolves: https://issues.redhat.com/browse/RHEL-53869