Compare commits

..

1 Commits

Author SHA1 Message Date
eabdullin
cb988dc125 Portable build 2025-10-28 11:16:52 +00:00
2 changed files with 8 additions and 5618 deletions

View File

@ -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

View File

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