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
This commit is contained in:
José Expósito 2024-11-13 09:25:40 +01:00
parent 448dfd0454
commit c1627ffce7

View File

@ -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 <jexposit@redhat.com> - 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 <jexposit@redhat.com> - 2.4.123-1
- Update to 2.4.123
Resolves: https://issues.redhat.com/browse/RHEL-53869