|
|
@ -22,20 +22,18 @@ end}
|
|
|
|
%bcond_without amdgpu
|
|
|
|
%bcond_without amdgpu
|
|
|
|
%bcond_without nouveau
|
|
|
|
%bcond_without nouveau
|
|
|
|
%bcond_without vmwgfx
|
|
|
|
%bcond_without vmwgfx
|
|
|
|
%ifarch %{arm}
|
|
|
|
# Not (currently) used on non arm32
|
|
|
|
%bcond_without omap
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with omap
|
|
|
|
%bcond_with omap
|
|
|
|
%endif
|
|
|
|
%bcond_with exynos
|
|
|
|
%ifarch %{arm} aarch64
|
|
|
|
%ifarch aarch64
|
|
|
|
%bcond_without exynos
|
|
|
|
|
|
|
|
%bcond_without freedreno
|
|
|
|
%bcond_without freedreno
|
|
|
|
|
|
|
|
%bcond_without freedreno_kgsl
|
|
|
|
%bcond_without tegra
|
|
|
|
%bcond_without tegra
|
|
|
|
%bcond_without vc4
|
|
|
|
%bcond_without vc4
|
|
|
|
%bcond_without etnaviv
|
|
|
|
%bcond_without etnaviv
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_with exynos
|
|
|
|
|
|
|
|
%bcond_with freedreno
|
|
|
|
%bcond_with freedreno
|
|
|
|
|
|
|
|
%bcond_with freedreno_kgsl
|
|
|
|
%bcond_with tegra
|
|
|
|
%bcond_with tegra
|
|
|
|
%bcond_with vc4
|
|
|
|
%bcond_with vc4
|
|
|
|
%bcond_with etnaviv
|
|
|
|
%bcond_with etnaviv
|
|
|
@ -47,14 +45,13 @@ end}
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_with valgrind
|
|
|
|
%bcond_with valgrind
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%bcond_with freedreno_kgsl
|
|
|
|
|
|
|
|
%bcond_without install_test_programs
|
|
|
|
%bcond_without install_test_programs
|
|
|
|
%bcond_without udev
|
|
|
|
%bcond_without udev
|
|
|
|
|
|
|
|
|
|
|
|
Name: libdrm
|
|
|
|
Name: libdrm
|
|
|
|
Summary: Direct Rendering Manager runtime library
|
|
|
|
Summary: Direct Rendering Manager runtime library
|
|
|
|
Version: 2.4.115
|
|
|
|
Version: 2.4.121
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://dri.freedesktop.org
|
|
|
|
URL: https://dri.freedesktop.org
|
|
|
@ -209,7 +206,7 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
|
|
|
%{_libdir}/pkgconfig/libdrm_intel.pc
|
|
|
|
%{_libdir}/pkgconfig/libdrm_intel.pc
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if %{with radeon}
|
|
|
|
%if %{with radeon}
|
|
|
|
%{_includedir}/libdrm/radeon_*.h
|
|
|
|
%{_includedir}/libdrm/radeon_{bo,cs,surface}*.h
|
|
|
|
%{_includedir}/libdrm/r600_pci_ids.h
|
|
|
|
%{_includedir}/libdrm/r600_pci_ids.h
|
|
|
|
%{_libdir}/libdrm_radeon.so
|
|
|
|
%{_libdir}/libdrm_radeon.so
|
|
|
|
%{_libdir}/pkgconfig/libdrm_radeon.pc
|
|
|
|
%{_libdir}/pkgconfig/libdrm_radeon.pc
|
|
|
@ -265,44 +262,80 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with install_test_programs}
|
|
|
|
%if %{with install_test_programs}
|
|
|
|
%files -n drm-utils
|
|
|
|
%files -n drm-utils
|
|
|
|
|
|
|
|
%if %{with amdgpu}
|
|
|
|
%{_bindir}/amdgpu_stress
|
|
|
|
%{_bindir}/amdgpu_stress
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_bindir}/drmdevice
|
|
|
|
%{_bindir}/drmdevice
|
|
|
|
|
|
|
|
%if %{with etnaviv}
|
|
|
|
%exclude %{_bindir}/etnaviv_*
|
|
|
|
%exclude %{_bindir}/etnaviv_*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with exynos}
|
|
|
|
%exclude %{_bindir}/exynos_*
|
|
|
|
%exclude %{_bindir}/exynos_*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with tegra}
|
|
|
|
|
|
|
|
%exclude %{_bindir}/tegra-*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_bindir}/modeprint
|
|
|
|
%{_bindir}/modeprint
|
|
|
|
%{_bindir}/modetest
|
|
|
|
%{_bindir}/modetest
|
|
|
|
%{_bindir}/proptest
|
|
|
|
%{_bindir}/proptest
|
|
|
|
%{_bindir}/vbltest
|
|
|
|
%{_bindir}/vbltest
|
|
|
|
%if %{with tegra}
|
|
|
|
|
|
|
|
%{_bindir}/tegra-*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed May 17 2023 Dave Airlie <airlied@redhat.com> - 2.4.115-1
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.4.121-2
|
|
|
|
- Update to 2.4.115
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 05 2024 José Expósito <jexposit@redhat.com> - 2.4.121-1
|
|
|
|
|
|
|
|
- Update to 2.4.121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 27 2024 José Expósito <jexposit@redhat.com> - 2.4.120-4
|
|
|
|
|
|
|
|
- Fix findings from static application security testing (SAST)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.120-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.120-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Dave Airlie <airlied@redhat.com> - 2.4.111-1
|
|
|
|
* Sun Jan 14 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.120-1
|
|
|
|
|
|
|
|
- Update to 2.4.120
|
|
|
|
|
|
|
|
- Drop arm32 pieces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 José Expósito <jexposit@redhat.com> - 2.4.117-1
|
|
|
|
|
|
|
|
- Update to 2.4.117
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.114-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.114-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Dave Airlie <airlied@redhat.com> - 2.4.114-1
|
|
|
|
- Update to 2.4.114
|
|
|
|
- Update to 2.4.114
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 10 2022 Dave Airlie <airlied@redhat.com> - 2.4.111-1
|
|
|
|
* Sat Aug 06 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.4.112-1
|
|
|
|
- Update to 2.4.111
|
|
|
|
- Update to 2.4.112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.110-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Dave Airlie <airlied@redhat.com> - 2.4.110-1
|
|
|
|
|
|
|
|
- Update to 2.4.110
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 22 2021 Dave Airlie <airlied@redhat.com> - 2.4.108-1
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.109-2
|
|
|
|
- Update to 2.4.108
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.107-3
|
|
|
|
* Mon Nov 29 2021 Adam Jackson <ajax@redhat.com> - 2.4.109-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Update to 2.4.109
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 08 2021 Dave Airlie <airlied@redhat.com> - 2.4.107-2
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.107-2
|
|
|
|
- annobin rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 07 2021 Dave Airlie <airlied@redhat.com> - 2.4.107-1
|
|
|
|
* Tue Jul 06 2021 Dave Airlie <airlied@redhat.com> - 2.4.107-1
|
|
|
|
- Update to 2.4.107
|
|
|
|
- Update to 2.4.107
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.103-3
|
|
|
|
* Fri Apr 16 2021 Pete Walter <pwalter@fedoraproject.org> - 2.4.105-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 2.4.105
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.103-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.103-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|