From 32ceb9866f4eae324d74f9129d8849c76c3ab349 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2026 00:39:35 +0000 Subject: [PATCH] fix(autopatch): auto-fix for java-25-openjdk on c9 Removed obsolete `find: '# %patch'` replace action that no longer matches any line in the current spec. --- config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.yaml b/config.yaml index 7c746d0..16eb945 100644 --- a/config.yaml +++ b/config.yaml @@ -9,10 +9,6 @@ actions: %global portablesuffix el9 %endif count: 1 - - target: "spec" - find: "# %patch" - replace: "# %%patch" - count: -1 - modify_release: - suffix: ".alma.1"