Obsolete old RHEL releases (8.2.0-z, 9.0.0-z, 9.7.0-z)

Resolves: RHEL-212330
This commit is contained in:
Andrew Hughes 2026-07-17 23:03:22 +01:00
parent 2ca1ca6196
commit e48e629f01
7 changed files with 8 additions and 6 deletions

View File

@ -2983,6 +2983,7 @@ cjc.mainProgram(args)
- * scripts/builds/waive_rpminspect.sh: Likewise.
- * scripts/builds/waive_usual_rpminspect.sh: Likewise and add missing WORKING_DIR variable.
- * scripts/builds/waive_usual_tier0.sh: Remove redundant 'test "x"' usage.
- Obsolete old RHEL releases (8.2.0-z, 9.0.0-z, 9.7.0-z)
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
- Resolves: RHEL-212095
@ -2992,6 +2993,7 @@ cjc.mainProgram(args)
- Resolves: RHEL-212318
- Related: RHEL-212327
- Resolves: RHEL-212329
- Resolves: RHEL-212330
* 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="8.2.0-z 8.4.0-z 8.6.0-z 8.8.0-z 8.10.0-z"
SUPPORTED_VERS="8.4.0-z 8.6.0-z 8.8.0-z 8.10.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="8.2.0-z 8.4.0-z 8.6.0-z 8.8.0-z 8.10.0-z"
SUPPORTED_VERS="8.4.0-z 8.6.0-z 8.8.0-z 8.10.0-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.0.0-z 9.2.0-z 9.4.0-z 9.6.0-z"
SUPPORTED_VERS="9.2.0-z 9.4.0-z 9.6.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-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.0.0-z 9.2.0-z 9.4.0-z 9.6.0-z"
SUPPORTED_VERS="9.2.0-z 9.4.0-z 9.6.0-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.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"