From 28df03e1d8e175bd28c88c1dd4be869c6fd7a730 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Fri, 11 Jul 2025 20:14:46 +0100 Subject: [PATCH] Sync the copy of the portable specfile with the latest update Related: RHEL-101798 --- java-21-openjdk-portable.specfile | 27 ++++++++++++++++++++++++++- java-21-openjdk.spec | 1 + 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/java-21-openjdk-portable.specfile b/java-21-openjdk-portable.specfile index 017b164..011f9df 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 1 +%global buildver 2 %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,6 +1939,31 @@ done %endif %changelog +* 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 + +* Tue Jul 08 2025 Andrew Hughes - 1:21.0.8.0.1-0.1.ea +- Update get_bundle_versions.sh to match other scripts +- * get_bundle_versions.sh: Add license +- * get_bundle_versions.sh: Set compile-command in Emacs +- * get_bundle_versions.sh: Use different error codes for different failures +- * get_bundle_versions.sh: Remove unneeded '.' in JPEG version +- * get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086) +- * get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002) +- Add OpenJDK 8u support to get_bundle_versions.sh +- Print bundle updates and backouts at end of openjdk_news.sh output +- Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh +- Resolves: OPENJDK-3949 + +* Tue Jul 08 2025 Antonio Vieiro - 1:21.0.8.0.1-0.1.ea +- Add script to obtain bundled library versions from OpenJDK sources +- Related: OPENJDK-3949 + +* Tue Jul 08 2025 Thomas Fitzsimmons - 1:21.0.8.0.1-0.1.ea +- Warn about bundled provide version bumps and backouts in openjdk_news.sh +- Related: OPENJDK-3949 + * Tue Jul 08 2025 Andrew Hughes - 1:21.0.8.0.1-0.1.ea - Update to jdk-21.0.8+1 (EA) - Update release notes to 21.0.8+1 diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 01e60d3..be82fa3 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2566,6 +2566,7 @@ cjc.mainProgram(args) * 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 +- Sync the copy of the portable specfile with the latest update - Related: RHEL-101798 * Wed Jul 09 2025 Andrew Hughes - 1:21.0.8.0.1-0.1.ea