Add timezone data update check to openjdk_news.sh
Related: RHEL-119331
This commit is contained in:
parent
441410eeee
commit
fe7a115848
@ -2722,6 +2722,7 @@ cjc.mainProgram(args)
|
|||||||
- Add OpenJDK 8u support to get_bundle_versions.sh
|
- Add OpenJDK 8u support to get_bundle_versions.sh
|
||||||
- Print bundle updates and backouts at end of openjdk_news.sh output
|
- Print bundle updates and backouts at end of openjdk_news.sh output
|
||||||
- Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh
|
- Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh
|
||||||
|
- Add timezone data update check to openjdk_news.sh
|
||||||
- Related: RHEL-119331
|
- Related: RHEL-119331
|
||||||
|
|
||||||
* Sun Oct 05 2025 Antonio Vieiro <avieirov@redhat.com> - 1:1.8.0.462.b08-4
|
* Sun Oct 05 2025 Antonio Vieiro <avieirov@redhat.com> - 1:1.8.0.462.b08-4
|
||||||
|
@ -83,7 +83,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 ': update.*(freetype|gif|harfbuzz|lcms|jpeg|png|zlib)' "${TMPDIR}/fixes" > "${TMPDIR}/bundles"; then
|
if grep -iE ':( \(tz\))? update.*(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