From fdc673948b86234b6884a357a365b858c5c8260c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Mar 2026 08:12:01 +0000 Subject: [PATCH] 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 --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yaml b/config.yaml index 5b4647b..9799890 100644 --- a/config.yaml +++ b/config.yaml @@ -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