Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
Resolves: RHEL-142808
This commit is contained in:
parent
2d46be7139
commit
c1e95ad422
@ -2640,11 +2640,13 @@ exit 0
|
||||
- Bump libpng version to 1.6.51 following JDK-8372534
|
||||
- Bump ID of NSS adapter patch so we can stay in sync with portable on the libpng patch
|
||||
- Test for java.security's existence in create-redhat-properties-files.bash
|
||||
- Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
|
||||
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
|
||||
- Resolves: RHEL-139577
|
||||
- Resolves: RHEL-143373
|
||||
- Resolves: RHEL-143368
|
||||
- Resolves: RHEL-142856
|
||||
- Resolves: RHEL-142808
|
||||
|
||||
* Mon Dec 08 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-2
|
||||
- Incorporate new FIPS patch for 25u
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user