Obsolete old RHEL releases (9.7.0-z, 10.1-z)

Resolves: RHEL-212294
This commit is contained in:
Andrew Hughes 2026-07-17 23:03:22 +01:00
parent c6cc2f0044
commit 1860b311ee
5 changed files with 6 additions and 4 deletions

View File

@ -2608,8 +2608,10 @@ exit 0
- Bump libpng version to 1.6.58 following JDK-8384495
- Require tzdata 2026b due to upstream inclusion of JDK-8383175
- Drop local copy of JDK-8375294 EOPNOTSUPP patch
- Obsolete old RHEL releases (9.7.0-z, 10.1-z)
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
- Resolves: RHEL-188883
- Resolves: RHEL-212294
* Tue Jul 14 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.3.0.9-3.1
- Cleanup tagging and gating scripts to appease shellcheck:

View File

@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then
fi
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
SUPPORTED_VERS="10.2-z 10.1-z"
SUPPORTED_VERS="10.2-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.3 10.2-z 10.1-z"
SUPPORTED_VERS="10.3 10.2-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.8.0-z 9.7.0-z"
SUPPORTED_VERS="9.8.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.9.0 9.8.0-z 9.7.0-z"
SUPPORTED_VERS="9.9.0 9.8.0-z"
WORKING_DIR=$(dirname "${0}")
GATE_SUFFIX="gate"