Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3.

Resolves: RHEL-212357
This commit is contained in:
Andrew Hughes 2026-03-12 02:11:01 +00:00
parent 88a7a32c75
commit 4b8d3a3a2f
3 changed files with 4 additions and 2 deletions

View File

@ -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 <compatiblename> by portable
- Drop <pversion> 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 <fitzsim@redhat.com> - 1:1.8.0.502.b07-1.1
- Make headless own /usr/share/doc/java-1.8.0-openjdk

View File

@ -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"

View File

@ -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"