Compare commits

..

4 Commits

Author SHA1 Message Date
eabdullin
7cc6eaa78b Portable build 2026-07-23 16:52:07 +00:00
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 5719 deletions

View File

@ -1140,8 +1140,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
@ -1202,8 +1202,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
}
@ -1538,6 +1538,9 @@ done
%endif
%changelog
* Thu Jul 23 2026 eabdullin <eabdullin@almalinux.org> - 1:1.8.0.502.b07-1.0
- Portable build
* Fri Jul 17 2026 Andrea Bolognani <abologna@redhat.com> - 1:1.8.0.502.b07-1.0
- Strip %%{dist} more thoroughly
- Resolves: OPENJDK-4907

File diff suppressed because it is too large Load Diff

View File

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