Compare commits
7 Commits
c8
...
a8-portabl
| Author | SHA1 | Date | |
|---|---|---|---|
| c4afec8197 | |||
| 2029143504 | |||
| 1048bc6e30 | |||
| f999f1deb8 | |||
| f8d50dc5ef | |||
| 7afdfcf65b | |||
| 508f551f3c |
4584
SOURCES/NEWS
Normal file
4584
SOURCES/NEWS
Normal file
File diff suppressed because it is too large
Load Diff
@ -1275,8 +1275,8 @@ function packagejdk() {
|
||||
fi
|
||||
|
||||
# Rename directories for packaging
|
||||
mv %{jdkimage} ${jdkname}
|
||||
mv %{jreimage} ${jrename}
|
||||
cp -r %{jdkimage} ${jdkname}
|
||||
cp -r %{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
|
||||
mv ${jdkname} %{jdkimage}
|
||||
mv ${jrename} %{jreimage}
|
||||
rm -rf ${jdkname} %{jdkimage}
|
||||
rm -rf ${jrename} %{jreimage}
|
||||
|
||||
popd #images
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1
SPECS/java-11-openjdk.spec
Symbolic link
1
SPECS/java-11-openjdk.spec
Symbolic link
@ -0,0 +1 @@
|
||||
../SOURCES/java-11-openjdk-portable.specfile
|
||||
Loading…
Reference in New Issue
Block a user