Update to 2.4.123
Resolves: https://issues.redhat.com/browse/RHEL-53895
This commit is contained in:
parent
c36327025b
commit
700fc678a5
28
libdrm.spec
28
libdrm.spec
@ -13,11 +13,7 @@ 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
|
||||
@ -50,8 +46,8 @@ end}
|
||||
|
||||
Name: libdrm
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.121
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4.123
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
URL: https://dri.freedesktop.org
|
||||
@ -148,24 +144,24 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%files
|
||||
%doc README.rst
|
||||
%{_libdir}/libdrm.so.2
|
||||
%{_libdir}/libdrm.so.2.4.0
|
||||
%{_libdir}/libdrm.so.2.123.0
|
||||
%dir %{_datadir}/libdrm
|
||||
%if %{with intel}
|
||||
%{_libdir}/libdrm_intel.so.1
|
||||
%{_libdir}/libdrm_intel.so.1.0.0
|
||||
%{_libdir}/libdrm_intel.so.1.123.0
|
||||
%endif
|
||||
%if %{with radeon}
|
||||
%{_libdir}/libdrm_radeon.so.1
|
||||
%{_libdir}/libdrm_radeon.so.1.0.1
|
||||
%{_libdir}/libdrm_radeon.so.1.123.0
|
||||
%endif
|
||||
%if %{with amdgpu}
|
||||
%{_libdir}/libdrm_amdgpu.so.1
|
||||
%{_libdir}/libdrm_amdgpu.so.1.0.0
|
||||
%{_libdir}/libdrm_amdgpu.so.1.123.0
|
||||
%{_datadir}/libdrm/amdgpu.ids
|
||||
%endif
|
||||
%if %{with nouveau}
|
||||
%{_libdir}/libdrm_nouveau.so.2
|
||||
%{_libdir}/libdrm_nouveau.so.2.0.0
|
||||
%{_libdir}/libdrm_nouveau.so.2.123.0
|
||||
%endif
|
||||
%if %{with omap}
|
||||
%{_libdir}/libdrm_omap.so.1
|
||||
@ -177,15 +173,15 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%endif
|
||||
%if %{with freedreno}
|
||||
%{_libdir}/libdrm_freedreno.so.1
|
||||
%{_libdir}/libdrm_freedreno.so.1.0.0
|
||||
%{_libdir}/libdrm_freedreno.so.1.123.0
|
||||
%endif
|
||||
%if %{with tegra}
|
||||
%{_libdir}/libdrm_tegra.so.0
|
||||
%{_libdir}/libdrm_tegra.so.0.0.0
|
||||
%{_libdir}/libdrm_tegra.so.0.123.0
|
||||
%endif
|
||||
%if %{with etnaviv}
|
||||
%{_libdir}/libdrm_etnaviv.so.1
|
||||
%{_libdir}/libdrm_etnaviv.so.1.0.0
|
||||
%{_libdir}/libdrm_etnaviv.so.1.123.0
|
||||
%endif
|
||||
%if %{with udev}
|
||||
%{_udevrulesdir}/91-drm-modeset.rules
|
||||
@ -282,6 +278,10 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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-53895
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.4.121-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (libdrm-2.4.120.tar.xz) = 6dc16e5134a669eeb59debb1dc2d15b857483ab7476dc2b94bd05a32d8953f046f5656f6cf9e1a63e97e7156fb65ebb58b6a29fe45cb6326058baaf820626e70
|
||||
SHA512 (libdrm-2.4.121.tar.xz) = cc8816d61884caa0e404348d1caeb0b2952fb50e1dc401716adfe08121096e2a67826db0bda0d8b163d67c5ee048870177670d5eac28a5abe5792d09ba77ab2e
|
||||
SHA512 (libdrm-2.4.123.tar.xz) = d3e6ba26bbd609fd87ca131690547eeb6a903c0a8c28b7f5cd5d0947619da09f31daf7bf4b6c38bf5e5dc173e2ccba476338ef682d8cf06d6b71ba73fc9b948d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user