From 4b8d3a3a2f2e4def6d6ca111ca944eed430a4f45 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Thu, 12 Mar 2026 02:11:01 +0000 Subject: [PATCH] Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3. Resolves: RHEL-212357 --- java-1.8.0-openjdk.spec | 2 ++ scripts/builds/tag_rhel_9_embargoed_pqc.sh | 2 +- scripts/builds/tag_rhel_9_public_pqc.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index d53a9e3..755e572 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -2728,6 +2728,7 @@ cjc.mainProgram(args) - Specify portablerelease and rpmrelease (always 0 for portables) in the Release field - Make zone string debug output optional in TestTranslations - Change javadoc-zip to just own the top-level directory, not include the entire subtree +- Update tagged versions to include 9.8.0-z & 9.9.0. - Sync the copy of the portable specfile with the latest update - Sync portable naming with later JDKs, due to adoption of by portable - Drop which is a redundant alias for version now @@ -2742,6 +2743,7 @@ cjc.mainProgram(args) - Related: RHEL-212322 - Resolves: RHEL-212355 - Resolves: RHEL-212356 +- Resolves: RHEL-212357 * Fri Jul 17 2026 Thomas Fitzsimmons - 1:1.8.0.502.b07-1.1 - Make headless own /usr/share/doc/java-1.8.0-openjdk diff --git a/scripts/builds/tag_rhel_9_embargoed_pqc.sh b/scripts/builds/tag_rhel_9_embargoed_pqc.sh index 2252938..b7f2ee6 100755 --- a/scripts/builds/tag_rhel_9_embargoed_pqc.sh +++ b/scripts/builds/tag_rhel_9_embargoed_pqc.sh @@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then fi BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX") -SUPPORTED_VERS="9.7.0-z" +SUPPORTED_VERS="9.8.0-z 9.7.0-z" WORKING_DIR=$(dirname "${0}") EMBARGOED_SUFFIX="nocompose-candidate" diff --git a/scripts/builds/tag_rhel_9_public_pqc.sh b/scripts/builds/tag_rhel_9_public_pqc.sh index 1093dcb..2702105 100755 --- a/scripts/builds/tag_rhel_9_public_pqc.sh +++ b/scripts/builds/tag_rhel_9_public_pqc.sh @@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then fi BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX") -SUPPORTED_VERS="9.8.0 9.7.0-z" +SUPPORTED_VERS="9.9.0 9.8.0-z 9.7.0-z" WORKING_DIR=$(dirname "${0}") GATE_SUFFIX="gate"