From 6e3efa2c885412c5dd85b50755843ca723776daf Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 5 Mar 2026 13:32:10 +0300 Subject: [PATCH] Fix config for portable --- config-portable.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-portable.yaml b/config-portable.yaml index 8822274..14a82ca 100644 --- a/config-portable.yaml +++ b/config-portable.yaml @@ -10,7 +10,7 @@ actions: - target: "spec" find: | %define staticlibsportablearchive() %{expand:%{staticlibsportablenameimpl -- %%{1}}.tar.xz} - %define jreportablename() + %define jreportablename() %{expand:%{jreportablenameimpl -- %%{1}}} replace: | %define staticlibsportablearchive() %{expand:%{staticlibsportablenameimpl -- %%{1}}.tar.xz} # RPM 4.19 no longer accept our double percentaged %%{nil} passed to %%{1} @@ -18,7 +18,7 @@ actions: %define jreportablearchiveForFiles() %(echo %{jreportablearchive -- ""}) %define jdkportablearchiveForFiles() %(echo %{jdkportablearchive -- ""}) %define staticlibsportablearchiveForFiles() %(echo %{staticlibsportablearchive -- ""}) - %define jreportablename() + %define jreportablename() %{expand:%{jreportablenameimpl -- %%{1}}} count: 1 - target: "spec" find: |