Sync the copy of the portable specfile with the latest update

Related: RHEL-101655
Related: RHEL-102306
Related: RHEL-102908
This commit is contained in:
Andrew Hughes 2025-07-11 18:52:49 +01:00
parent 1405eae682
commit 9eaa285aa9
2 changed files with 16 additions and 2 deletions

View File

@ -273,7 +273,7 @@
# Define version of OpenJDK 8 used
%global project openjdk
%global repo shenandoah-jdk8u
%global openjdk_revision 8u452-b09
%global openjdk_revision 8u462-b08
%global shenandoah_revision shenandoah%{openjdk_revision}
# Define IcedTea version used for SystemTap tapsets and desktop file
%global icedteaver 3.15.0
@ -605,13 +605,14 @@ Patch15: jdk8141590-bundle_libffi-followup.patch
#############################################
#
# Patches appearing in 8u382
# Patches appearing in 8u472
#
# This section includes patches which are present
# in the listed OpenJDK 8u release and should be
# able to be removed once that release is out
# and used by this RPM.
#############################################
Patch901: jdk8339414-fix_8202369_backport.patch
#############################################
#
@ -886,6 +887,11 @@ pushd %{top_level_dir_name}
%patch -P15 -p1
popd
# Early fixes
pushd %{top_level_dir_name}
%patch -P901 -p1
popd
pushd %{top_level_dir_name}
# Add crypto policy and FIPS support
%patch -P1001 -p1
@ -1551,6 +1557,13 @@ done
%endif
%changelog
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.462.b08-1
- Update to 8u462-b08 (GA)
- Update release notes for 8u462-b08.
- Add early backport of JDK-8339414
- ** This tarball is embargoed until 2025-07-15 @ 1pm PT. **
- Resolves: OPENJDK-3965
* Fri Apr 11 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.452.b09-1
- Update to 8u452-b09 (GA)
- Update release notes for 8u452-b09.

View File

@ -2726,6 +2726,7 @@ cjc.mainProgram(args)
- Update release notes for 8u462-b08.
- Require tzdata 2025b due to upstream inclusion of JDK-8352716
- Add early backport of JDK-8339414
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2025-07-15 @ 1pm PT. **
- Resolves: RHEL-101655
- Resolves: RHEL-102306