From 5d987705566d2dcaadeda657229c968f90c76042 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Thu, 10 Jul 2025 00:47:11 +0100 Subject: [PATCH] Add timezone data update check to openjdk_news.sh Related: RHEL-103209 --- java-21-openjdk.spec | 2 ++ scripts/openjdk_news.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index be82fa3..c36b107 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2567,7 +2567,9 @@ cjc.mainProgram(args) - Update to jdk-21.0.8+2 (EA) - Update release notes to 21.0.8+2 - Sync the copy of the portable specfile with the latest update +- Add timezone data update check to openjdk_news.sh - Related: RHEL-101798 +- Related: RHEL-103209 * Wed Jul 09 2025 Andrew Hughes - 1:21.0.8.0.1-0.1.ea - Update get_bundle_versions.sh to match other scripts diff --git a/scripts/openjdk_news.sh b/scripts/openjdk_news.sh index 24b3513..a459007 100755 --- a/scripts/openjdk_news.sh +++ b/scripts/openjdk_news.sh @@ -83,7 +83,7 @@ else echo "No apparent backouts."; fi 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"; cat "${TMPDIR}/bundles"; echo "Compare the output of $(dirname "${0}")/get_bundle_versions.sh with the RPM using the JDK source tree"