Compare commits
1 Commits
c8
...
changed/a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb988dc125 |
@ -1160,8 +1160,8 @@ function packagejdk() {
|
|||||||
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
|
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
|
||||||
|
|
||||||
# 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
|
||||||
@ -1222,8 +1222,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
|
||||||
}
|
}
|
||||||
@ -1551,6 +1551,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 28 2025 eabdullin <eabdullin@almalinux.org> - 1:1.8.0.472.b08-1
|
||||||
|
- Portable build
|
||||||
|
|
||||||
* Thu Oct 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.472.b08-1
|
* Thu Oct 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.472.b08-1
|
||||||
- Update to 8u472-b08 (GA).
|
- Update to 8u472-b08 (GA).
|
||||||
- Update release notes for 8u472-b08.
|
- Update release notes for 8u472-b08.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1
SPECS/java-1.8.0-openjdk.spec
Symbolic link
1
SPECS/java-1.8.0-openjdk.spec
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../SOURCES/java-1.8.0-openjdk-portable.specfile
|
||||||
Loading…
Reference in New Issue
Block a user