Merge pull request 'fix(autopatch): Updated find/replace strings in ReplaceAction to include two new upstream lines (%global with_asahi 1 and %global with_d' (#1) from agent-fix/a9-20260331-081201 into a9

Reviewed-on: #1
This commit is contained in:
eabdullin 2026-03-31 08:15:40 +00:00
commit c0fc090591

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