Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
Resolves: RHEL-142819
This commit is contained in:
parent
fe56f19a6f
commit
442ba5a54c
@ -2568,11 +2568,13 @@ require "copy_jdk_configs.lua"
|
|||||||
- Update release notes to 21.0.10+7
|
- Update release notes to 21.0.10+7
|
||||||
- Bump libpng version to 1.6.51 following JDK-8372534
|
- Bump libpng version to 1.6.51 following JDK-8372534
|
||||||
- Update FIPS patch to include nss.fips.cfg that grants CKA_ENCRYPT
|
- 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-142858
|
- Resolves: RHEL-142858
|
||||||
- Resolves: RHEL-139526
|
- Resolves: RHEL-139526
|
||||||
- Resolves: RHEL-131450
|
- Resolves: RHEL-131450
|
||||||
- Resolves: RHEL-131463
|
- Resolves: RHEL-131463
|
||||||
- Resolves: RHEL-142860
|
- Resolves: RHEL-142860
|
||||||
|
- Resolves: RHEL-142819
|
||||||
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
|
- ** 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
|
* Sat Oct 18 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.9.0.10-2
|
||||||
|
|||||||
@ -98,7 +98,7 @@ else
|
|||||||
echo "No apparent backouts.";
|
echo "No apparent backouts.";
|
||||||
fi
|
fi
|
||||||
printf "\nChecking for bundled library updates...";
|
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";
|
printf "found.\nWARNING: Review the following with respect to bundled provides:\n";
|
||||||
cat "${TMPDIR}/bundles";
|
cat "${TMPDIR}/bundles";
|
||||||
echo "Compare the output of $(dirname "${0}")/get_bundle_versions.sh with the RPM using the JDK source tree"
|
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