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:
parent
448dfd0454
commit
c1627ffce7
11
libdrm.spec
11
libdrm.spec
@ -13,7 +13,11 @@ end}
|
|||||||
print(string.format("-D%s=%s", option, value))
|
print(string.format("-D%s=%s", option, value))
|
||||||
end}
|
end}
|
||||||
|
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
%bcond_without intel
|
%bcond_without intel
|
||||||
|
%else
|
||||||
|
%bcond_with intel
|
||||||
|
%endif
|
||||||
%bcond_without radeon
|
%bcond_without radeon
|
||||||
%bcond_without amdgpu
|
%bcond_without amdgpu
|
||||||
%bcond_without nouveau
|
%bcond_without nouveau
|
||||||
@ -47,7 +51,7 @@ end}
|
|||||||
Name: libdrm
|
Name: libdrm
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Version: 2.4.123
|
Version: 2.4.123
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: https://dri.freedesktop.org
|
URL: https://dri.freedesktop.org
|
||||||
@ -278,6 +282,11 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 12 2024 José Expósito <jexposit@redhat.com> - 2.4.123-1
|
||||||
- Update to 2.4.123
|
- Update to 2.4.123
|
||||||
Resolves: https://issues.redhat.com/browse/RHEL-53869
|
Resolves: https://issues.redhat.com/browse/RHEL-53869
|
||||||
|
Loading…
Reference in New Issue
Block a user