Compare commits
No commits in common. "bc1e02508eded0dd076daee89602a46fbddb7a55" and "9e2a836424a4fb1c3145dad79e8d8d0cc5cd3aa2" have entirely different histories.
bc1e02508e
...
9e2a836424
@ -20,6 +20,18 @@ 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}
|
||||
@ -30,6 +42,18 @@ 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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user