From b4e81f5b0809cadbfc5c8de485f448a1e7878b91 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-156036 --- java-25-openjdk.spec | 2 ++ scripts/builds/tag_rhel_10_embargoed_pqc.sh | 2 +- scripts/builds/tag_rhel_10_public_pqc.sh | 2 +- scripts/builds/tag_rhel_9_embargoed_pqc.sh | 2 +- scripts/builds/tag_rhel_9_public_pqc.sh | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 28d8d79..debc3bf 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -2630,12 +2630,14 @@ exit 0 - Bump nssadapter version to bring in shared PKCS11 session fix - Drop LDFLAGS nssadapter patch which is now upstream in 0.1.1 - Add tagging scripts with signature checks and gating handling +- Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3. - Resolves: RHEL-155001 - Resolves: RHEL-147354 - Resolves: RHEL-148410 - Resolves: RHEL-148997 - Resolves: RHEL-155047 - Resolves: RHEL-155330 +- Resolves: RHEL-156036 * Wed Jan 28 2026 Andrew Hughes - 1:25.0.2.0.10-2 - Bump rpmrelease for CentOS build diff --git a/scripts/builds/tag_rhel_10_embargoed_pqc.sh b/scripts/builds/tag_rhel_10_embargoed_pqc.sh index 63a1a2d..3fe9fae 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 5f4a3c4..be996ca 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 dfa79dd..59668d5 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 748ab69..8afe106 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"