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

Resolves: RHEL-212329
This commit is contained in:
Andrew Hughes 2026-03-12 02:11:01 +00:00
parent 1fc6fe351c
commit ebc5752faa
3 changed files with 4 additions and 2 deletions

View File

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