Compare commits

..

No commits in common. "a8-portable" and "c8" have entirely different histories.

3 changed files with 3876 additions and 4589 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1254,8 +1254,8 @@ function packagejdk() {
fi fi
# Rename directories for packaging # Rename directories for packaging
cp -r %{jdkimage} ${jdkname} mv %{jdkimage} ${jdkname}
cp -r %{jreimage} ${jrename} mv %{jreimage} ${jrename}
# Release images have external debug symbols # Release images have external debug symbols
if [ "x$suffix" = "x" ] ; then if [ "x$suffix" = "x" ] ; then
@ -1297,8 +1297,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
rm -rf ${jdkname} %{jdkimage} mv ${jdkname} %{jdkimage}
rm -rf ${jrename} %{jreimage} mv ${jrename} %{jreimage}
popd #images popd #images

View File

@ -1 +0,0 @@
../SOURCES/java-11-openjdk-portable.specfile

3872
SPECS/java-11-openjdk.spec Normal file

File diff suppressed because it is too large Load Diff