diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 872bd3a..2c8575e 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -2974,6 +2974,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 - ** This tarball is embargoed until 2026-07-21 @ 1pm PT. ** - Resolves: RHEL-212095 @@ -2982,6 +2983,7 @@ cjc.mainProgram(args) - Resolves: RHEL-212316 - Resolves: RHEL-212318 - Related: RHEL-212327 +- Resolves: RHEL-212329 * 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"