Compare commits
No commits in common. "a8-portable" and "c8" have entirely different histories.
a8-portabl
...
c8
4584
SOURCES/NEWS
4584
SOURCES/NEWS
File diff suppressed because it is too large
Load Diff
@ -1275,8 +1275,8 @@ function packagejdk() {
|
||||
fi
|
||||
|
||||
# Rename directories for packaging
|
||||
cp -r %{jdkimage} ${jdkname}
|
||||
cp -r %{jreimage} ${jrename}
|
||||
mv %{jdkimage} ${jdkname}
|
||||
mv %{jreimage} ${jrename}
|
||||
|
||||
# Release images have external debug symbols
|
||||
if [ "x$suffix" = "x" ] ; then
|
||||
@ -1327,8 +1327,8 @@ function packagejdk() {
|
||||
|
||||
# Revert directory renaming so testing will run
|
||||
# TODO: testing should run on the packaged JDK
|
||||
rm -rf ${jdkname} %{jdkimage}
|
||||
rm -rf ${jrename} %{jreimage}
|
||||
mv ${jdkname} %{jdkimage}
|
||||
mv ${jrename} %{jreimage}
|
||||
|
||||
popd #images
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../SOURCES/java-11-openjdk-portable.specfile
|
3914
SPECS/java-11-openjdk.spec
Normal file
3914
SPECS/java-11-openjdk.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user