Compare commits

..

No commits in common. "changed/a8-portable/java-1.8.0-openjdk-1.8.0.472.b08-1.el8" and "c8" have entirely different histories.

2 changed files with 5618 additions and 8 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
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
@ -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
rm -rf ${jdkname} %{jdkimage} mv ${jdkname} %{jdkimage}
rm -rf ${jrename} %{jreimage} mv ${jrename} %{jreimage}
popd #images popd #images
} }
@ -1551,9 +1551,6 @@ 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.

View File

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

File diff suppressed because it is too large Load Diff