From 1f1e11387460403cff3a2360a7c491c3b4b811a1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2026 01:09:49 +0000 Subject: [PATCH] fix(autopatch): auto-fix for java-21-openjdk on c8 Removed four obsolete actions from config-portable-riscv64.yaml whose %%{nil} fix was already absorbed upstream. --- config-portable-riscv64.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/config-portable-riscv64.yaml b/config-portable-riscv64.yaml index d6c32af..6019b7d 100644 --- a/config-portable-riscv64.yaml +++ b/config-portable-riscv64.yaml @@ -20,18 +20,6 @@ actions: # Enable fastdebug builds by default on relevant arches. %bcond_without fastdebug count: 1 - - target: "spec" - find: | - %define miscportablearchive() %{miscportablename}.tar.xz - replace: | - %define miscportablearchive() %{miscportablename}.tar.xz - - # RPM 4.19 no longer accept our double percentaged %%{nil} passed to %%{1} - # so we have to pass in "" but evaluate it, otherwise files record will include it - %define jreportablearchiveForFiles() %(echo %{jreportablearchive -- ""}) - %define jdkportablearchiveForFiles() %(echo %{jdkportablearchive -- ""}) - %define staticlibsportablearchiveForFiles() %(echo %{staticlibsportablearchive -- ""}) - count: 1 - target: "spec" find: | %ifarch s390x sparc64 alpha %{power64} %{aarch64} @@ -42,18 +30,6 @@ actions: export ARCH_DATA_MODEL=64 %endif count: 1 - - target: "spec" - find: "jreportablearchive -- %%{nil}" - replace: "jreportablearchiveForFiles" - count: -1 - - target: "spec" - find: "jdkportablearchive -- %%{nil}" - replace: "jdkportablearchiveForFiles" - count: -1 - - target: "spec" - find: "staticlibsportablearchive -- %%{nil}" - replace: "staticlibsportablearchiveForFiles" - count: -1 - changelog_entry: