From 535ba23a9c4695466fb4fda11b57fa520d95bf4e Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Fri, 11 Jul 2025 20:20:11 +0100 Subject: [PATCH] Sync the copy of the portable specfile with the latest update Related: RHEL-101798 --- java-21-openjdk-portable.specfile | 10 +++++++++- java-21-openjdk.spec | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/java-21-openjdk-portable.specfile b/java-21-openjdk-portable.specfile index 011f9df..9beb605 100644 --- a/java-21-openjdk-portable.specfile +++ b/java-21-openjdk-portable.specfile @@ -393,7 +393,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 2 +%global buildver 8 %global rpmrelease 1 #%%global tagsuffix %%{nil} # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit @@ -1939,9 +1939,17 @@ done %endif %changelog +* Thu Jul 10 2025 Andrew Hughes - 1:21.0.8.0.8-0.1.ea +- Update to jdk-21.0.8+8 (EA) +- Update release notes to 21.0.8+8 + * Wed Jul 09 2025 Andrew Hughes - 1:21.0.8.0.2-0.1.ea - Update to jdk-21.0.8+2 (EA) - Update release notes to 21.0.8+2 +- Add timezone data update check to openjdk_news.sh +- Add duplicate check to openjdk_news.sh +- Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh +- Related: OPENJDK-3949 * Tue Jul 08 2025 Andrew Hughes - 1:21.0.8.0.1-0.1.ea - Update get_bundle_versions.sh to match other scripts diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index bdd2970..3c0f933 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2566,6 +2566,7 @@ cjc.mainProgram(args) * Thu Jul 10 2025 Andrew Hughes - 1:21.0.8.0.8-0.1.ea - Update to jdk-21.0.8+8 (EA) - Update release notes to 21.0.8+8 +- Sync the copy of the portable specfile with the latest update - Resolves: RHEL-101798 * Wed Jul 09 2025 Andrew Hughes - 1:21.0.8.0.2-0.1.ea