Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh

Resolves: RHEL-142815
This commit is contained in:
Andrew Hughes 2026-01-16 19:02:46 +00:00
parent 6735be194e
commit 699e83c9cf
2 changed files with 3 additions and 1 deletions

View File

@ -2477,11 +2477,13 @@ exit 0
- Update release notes to 21.0.10+7
- Bump libpng version to 1.6.51 following JDK-8372534
- Update FIPS patch to include nss.fips.cfg that grants CKA_ENCRYPT
- Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
- Resolves: RHEL-142857
- Resolves: RHEL-139565
- Resolves: RHEL-131428
- Resolves: RHEL-131441
- Resolves: RHEL-142861
- Resolves: RHEL-142815
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
* Sat Oct 18 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.9.0.10-2

View File

@ -98,7 +98,7 @@ else
echo "No apparent backouts.";
fi
printf "\nChecking for bundled library updates...";
if grep -iE ':( \(tz\))? update.*(freetype|gif|harfbuzz|lcms|jpeg|png|timezone|zlib)' "${TMPDIR}/fixes" > "${TMPDIR}/bundles"; then
if grep -iE ':( \(tz\))? (update|upgrade).*(freetype|gif|harfbuzz|lcms|jpeg|png|timezone|zlib)' "${TMPDIR}/fixes" > "${TMPDIR}/bundles"; then
printf "found.\nWARNING: Review the following with respect to bundled provides:\n";
cat "${TMPDIR}/bundles";
echo "Compare the output of $(dirname "${0}")/get_bundle_versions.sh with the RPM using the JDK source tree"