Compare commits

..

3 Commits

Author SHA1 Message Date
eabdullin
79b25cf44f Portable build 2026-04-27 16:35:39 +00:00
eabdullin
1490a51257 Portable build 2026-01-26 19:19:14 +00:00
eabdullin
cb988dc125 Portable build 2025-10-28 11:16:52 +00:00
2 changed files with 8 additions and 5675 deletions

View File

@ -1162,8 +1162,8 @@ function packagejdk() {
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
# 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
@ -1224,8 +1224,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
}
@ -1560,6 +1560,9 @@ done
%endif
%changelog
* Mon Apr 27 2026 eabdullin <eabdullin@almalinux.org> - 1:1.8.0.492.b09-1
- Portable build
* Fri Apr 17 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.492.b09-1
- Update to 8u492-b09 (GA)
- Update release notes for 8u492-b09.

File diff suppressed because it is too large Load Diff

View File

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