Obsolete old RHEL releases (9.7.0-z, 10.1-z)
Resolves: RHEL-212293
This commit is contained in:
parent
8c7c487bc3
commit
4cf53816f6
@ -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-188880
|
||||
- Resolves: RHEL-212293
|
||||
|
||||
* Wed Jul 15 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.3.0.9-3.2
|
||||
- Add family option with name argument to alternatives install lines (OPENJDK-4854)
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user