From df7d201f483b38d98e565e543b4dea05fc852501 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2026 03:37:59 +0000 Subject: [PATCH] fix(autopatch): auto-fix for java-21-openjdk on c9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed obsolete replace action for portablesuffix — the upstream spec refactor now naturally produces el8 for AlmaLinux builds. --- config.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config.yaml b/config.yaml index 7837a67..ca18ebc 100644 --- a/config.yaml +++ b/config.yaml @@ -1,19 +1,4 @@ actions: - - replace: - - target: "spec" - find: | - %global portablesuffix el9 - %endif - replace: | - %global portablesuffix el9 - %endif - - %if 0%{?almalinux} - %global portablesuffix el8 - %endif - - count: 1 - - modify_release: - suffix: ".alma.1" enabled: true