fix(autopatch): auto-fix for mesa on c9-beta

Updated find/replace strings in ReplaceAction to include two new upstream lines (%global with_asahi 1 and %global with_d3d12 1) that were added between '%if !0%{?rhel}' and '%global with_etnaviv 1' in
This commit is contained in:
root 2026-03-31 08:12:01 +00:00
parent 053dda2f6f
commit fdc673948b

View File

@ -4,6 +4,8 @@ actions:
find: |
%ifarch %{arm} aarch64
%if !0%{?rhel}
%global with_asahi 1
%global with_d3d12 1
%global with_etnaviv 1
%global with_lima 1
replace: |
@ -14,6 +16,8 @@ actions:
%global with_v3d 1
%endif
%if !0%{?rhel}
%global with_asahi 1
%global with_d3d12 1
%global with_etnaviv 1
%global with_lima 1
count: 1