Portable build
This commit is contained in:
parent
299e2b6111
commit
2cfdca54f4
2557
SOURCES/NEWS
Normal file
2557
SOURCES/NEWS
Normal file
File diff suppressed because it is too large
Load Diff
@ -1253,8 +1253,8 @@ function packagejdk() {
|
|||||||
miscarchive=${packagesdir}/%{miscportablearchive}
|
miscarchive=${packagesdir}/%{miscportablearchive}
|
||||||
|
|
||||||
# Rename directories for packaging
|
# Rename directories for packaging
|
||||||
mv %{jdkimage} ${jdkname}
|
cp -r %{jdkimage} ${jdkname}
|
||||||
mv %{jreimage} ${jrename}
|
cp -r %{jreimage} ${jrename}
|
||||||
|
|
||||||
# Release images have external debug symbols
|
# Release images have external debug symbols
|
||||||
if [ "x$suffix" = "x" ] ; then
|
if [ "x$suffix" = "x" ] ; then
|
||||||
@ -1307,8 +1307,8 @@ function packagejdk() {
|
|||||||
|
|
||||||
# Revert directory renaming so testing will run
|
# Revert directory renaming so testing will run
|
||||||
# TODO: testing should run on the packaged JDK
|
# TODO: testing should run on the packaged JDK
|
||||||
mv ${jdkname} %{jdkimage}
|
rm -rf ${jdkname} %{jdkimage}
|
||||||
mv ${jrename} %{jreimage}
|
rm -rf ${jrename} %{jreimage}
|
||||||
|
|
||||||
popd #images
|
popd #images
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
1
SPECS/java-17-openjdk.spec
Symbolic link
1
SPECS/java-17-openjdk.spec
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../SOURCES/java-17-openjdk-portable.specfile
|
Loading…
Reference in New Issue
Block a user