fixup bug with missing crocus
Related: rhbz#2070179
This commit is contained in:
parent
f98751a073
commit
50a76db26f
@ -13,9 +13,7 @@
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
%global with_iris 1
|
||||
%if !0%{?rhel}
|
||||
%global with_crocus 1
|
||||
%endif
|
||||
%global with_vmware 1
|
||||
%global with_xa 1
|
||||
%global platform_vulkan ,intel
|
||||
@ -56,7 +54,7 @@ Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 22.1.1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
@ -482,9 +480,7 @@ popd
|
||||
%{_libdir}/dri/radeonsi_dri.so
|
||||
%endif
|
||||
%ifarch %{ix86} x86_64
|
||||
%if 0%{?with_crocus}
|
||||
%{_libdir}/dri/crocus_dri.so
|
||||
%endif
|
||||
%{_libdir}/dri/iris_dri.so
|
||||
%endif
|
||||
%ifarch %{arm} aarch64
|
||||
@ -597,6 +593,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2022 Dave Airlie <airlied@redhat.com> - 22.1.1-2
|
||||
- fixup bug with missing crocus
|
||||
|
||||
* Mon Jun 13 2022 Dave Airlie <airlied@redhat.com> - 22.1.1-1
|
||||
- rebase to 22.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user