diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 914afc8..9bf8449 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2573,7 +2573,9 @@ cjc.mainProgram(args) %changelog * Sat Jul 18 2026 Andrew Hughes - 1:21.0.11.0.10-3 - Update tagging scripts to include signature checks and correctly handle gating +- Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3. - Resolves: RHEL-212332 +- Resolves: RHEL-212334 * Sat Jul 18 2026 Thomas Fitzsimmons - 1:21.0.11.0.10-3 - Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm diff --git a/scripts/builds/tag_rhel_10_embargoed_pqc.sh b/scripts/builds/tag_rhel_10_embargoed_pqc.sh index a86f041..b356a44 100755 --- a/scripts/builds/tag_rhel_10_embargoed_pqc.sh +++ b/scripts/builds/tag_rhel_10_embargoed_pqc.sh @@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then fi BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX") -SUPPORTED_VERS="10.1-z" +SUPPORTED_VERS="10.2-z 10.1-z" WORKING_DIR=$(dirname "${0}") EMBARGOED_SUFFIX="nocompose-candidate" diff --git a/scripts/builds/tag_rhel_10_public_pqc.sh b/scripts/builds/tag_rhel_10_public_pqc.sh index 7af6ddc..38074ac 100755 --- a/scripts/builds/tag_rhel_10_public_pqc.sh +++ b/scripts/builds/tag_rhel_10_public_pqc.sh @@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then fi BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX") -SUPPORTED_VERS="10.2 10.1-z" +SUPPORTED_VERS="10.3 10.2-z 10.1-z" WORKING_DIR=$(dirname "${0}") GATE_SUFFIX="gate" 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"