Resolves: rhbz#1951279
This commit is contained in:
Dave Airlie 2021-04-20 10:35:43 +10:00
parent e801072808
commit 54c7f7b838
1 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Name: mesa
Summary: Mesa graphics libraries
%global ver 21.0.1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
URL: http://www.mesa3d.org
@ -506,6 +506,7 @@ popd
%endif
%ifarch %{arm} aarch64
%{_libdir}/dri/ingenic-drm_dri.so
%{_libdir}/dri/imx-drm_dri.so
%{_libdir}/dri/mcde_dri.so
%{_libdir}/dri/mxsfb-drm_dri.so
%{_libdir}/dri/stm_dri.so
@ -522,7 +523,6 @@ popd
%endif
%if 0%{?with_etnaviv}
%{_libdir}/dri/etnaviv_dri.so
%{_libdir}/dri/imx-drm_dri.so
%endif
%if 0%{?with_tegra}
%{_libdir}/dri/tegra_dri.so
@ -614,6 +614,9 @@ popd
%endif
%changelog
* Tue Apr 20 2021 Dave Airlie <airlied@redhat.com> - 21.0.1-5
- Fix FTBFS (#1951279)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 21.0.1-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937