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.
changed/a8
...
c8
@ -1160,8 +1160,8 @@ function packagejdk() {
|
||||
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
|
||||
|
||||
# Rename directories for packaging
|
||||
cp -r %{jdkimage} ${jdkname}
|
||||
cp -r %{jreimage} ${jrename}
|
||||
mv %{jdkimage} ${jdkname}
|
||||
mv %{jreimage} ${jrename}
|
||||
|
||||
# Release images have external debug symbols
|
||||
if [ "x$suffix" = "x" ] ; then
|
||||
@ -1222,8 +1222,8 @@ function packagejdk() {
|
||||
|
||||
# Revert directory renaming so testing will run
|
||||
# TODO: testing should run on the packaged JDK
|
||||
rm -rf ${jdkname} %{jdkimage}
|
||||
rm -rf ${jrename} %{jreimage}
|
||||
mv ${jdkname} %{jdkimage}
|
||||
mv ${jrename} %{jreimage}
|
||||
|
||||
popd #images
|
||||
}
|
||||
@ -1551,9 +1551,6 @@ done
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update to 8u472-b08 (GA).
|
||||
- Update release notes for 8u472-b08.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
../SOURCES/java-1.8.0-openjdk-portable.specfile
|
||||
5614
SPECS/java-1.8.0-openjdk.spec
Normal file
5614
SPECS/java-1.8.0-openjdk.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user