Fix config for portable

This commit is contained in:
eabdullin 2026-03-05 13:32:10 +03:00
parent 10ebf95d8b
commit 6e3efa2c88

View File

@ -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: |