Remove -replace lines
This commit is contained in:
parent
8076ef1b18
commit
cc3edbed9b
@ -20,7 +20,6 @@ actions:
|
||||
# Enable fastdebug builds by default on relevant arches.
|
||||
%bcond_without fastdebug
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%global ea_designator ""
|
||||
@ -29,7 +28,6 @@ actions:
|
||||
%global ea_designator beta
|
||||
%global ea_designator_zip -%{ea_designator}
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%define miscportablearchive() %{miscportablename}.tar.xz
|
||||
@ -42,14 +40,12 @@ actions:
|
||||
%define jdkportablearchiveForFiles() %(echo %{jdkportablearchive -- ""})
|
||||
%define staticlibsportablearchiveForFiles() %(echo %{staticlibsportablearchive -- ""})
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}%{ea_designator_zip}.tar.xz
|
||||
replace: |
|
||||
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}.tar.xz
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
||||
@ -58,12 +54,10 @@ actions:
|
||||
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
||||
# exit 17
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
replace: |
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: |
|
||||
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
|
||||
@ -74,12 +68,10 @@ actions:
|
||||
export ARCH_DATA_MODEL=64
|
||||
%endif
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: "jreportablearchive -- %%{nil}"
|
||||
replace: "jreportablearchiveForFiles"
|
||||
count: 1
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: "staticlibsportablearchive -- %%{nil}"
|
||||
replace: "staticlibsportablearchiveForFiles"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user