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

Resolves: RHEL-212333
This commit is contained in:
Andrew Hughes 2026-03-12 02:11:01 +00:00
parent cce237df0f
commit 39c3f98316
5 changed files with 6 additions and 4 deletions

View File

@ -2568,7 +2568,9 @@ require "copy_jdk_configs.lua"
%changelog
* Sat Jul 18 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.11.0.10-2
- 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-212331
- Resolves: RHEL-212333
* Sat Jul 18 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.11.0.10-2
- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm

View File

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

View File

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

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"