Obsolete old RHEL releases (9.7.0-z, 10.1-z)
Resolves: RHEL-212306
This commit is contained in:
parent
9a4e41df0e
commit
e493d2569e
@ -2492,6 +2492,7 @@ exit 0
|
|||||||
- Remove macro references in comments where possible (%dnl not compatible enough yet)
|
- Remove macro references in comments where possible (%dnl not compatible enough yet)
|
||||||
- Move version information and core NVR definitions back towards the top of the file
|
- Move version information and core NVR definitions back towards the top of the file
|
||||||
- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field
|
- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field
|
||||||
|
- Obsolete old RHEL releases (9.7.0-z, 10.1-z)
|
||||||
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
|
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
|
||||||
- Resolves: RHEL-212302
|
- Resolves: RHEL-212302
|
||||||
- Resolves: RHEL-212303
|
- Resolves: RHEL-212303
|
||||||
@ -2499,6 +2500,7 @@ exit 0
|
|||||||
- Resolves: RHEL-151191
|
- Resolves: RHEL-151191
|
||||||
- Resolves: RHEL-212305
|
- Resolves: RHEL-212305
|
||||||
- Resolves: RHEL-188872
|
- Resolves: RHEL-188872
|
||||||
|
- Resolves: RHEL-212306
|
||||||
|
|
||||||
* Sat Jul 18 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.11.0.10-1.3
|
* Sat Jul 18 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.11.0.10-1.3
|
||||||
- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm
|
- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm
|
||||||
|
|||||||
@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
|
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
|
||||||
SUPPORTED_VERS="10.2-z 10.1-z"
|
SUPPORTED_VERS="10.2-z"
|
||||||
WORKING_DIR=$(dirname "${0}")
|
WORKING_DIR=$(dirname "${0}")
|
||||||
EMBARGOED_SUFFIX="nocompose-candidate"
|
EMBARGOED_SUFFIX="nocompose-candidate"
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
|
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}")
|
WORKING_DIR=$(dirname "${0}")
|
||||||
GATE_SUFFIX="gate"
|
GATE_SUFFIX="gate"
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
|
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}")
|
WORKING_DIR=$(dirname "${0}")
|
||||||
EMBARGOED_SUFFIX="nocompose-candidate"
|
EMBARGOED_SUFFIX="nocompose-candidate"
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ if test "${BUILD}" = ""; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
BUILDLOG=$(mktemp --tmpdir "temp-${BUILD}-buildinfo-XXX")
|
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}")
|
WORKING_DIR=$(dirname "${0}")
|
||||||
GATE_SUFFIX="gate"
|
GATE_SUFFIX="gate"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user