fix(autopatch): Updated find/replace strings in ReplaceAction to include two new upstream lines (%global with_asahi 1 and %global with_d #1

Merged
eabdullin merged 1 commits from agent-fix/a9-20260331-081201 into a9 2026-03-31 08:15:41 +00:00

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