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