Add timezone data update check to openjdk_news.sh
Related: RHEL-103209
This commit is contained in:
		
							parent
							
								
									28df03e1d8
								
							
						
					
					
						commit
						5d98770556
					
				| @ -2567,7 +2567,9 @@ cjc.mainProgram(args) | |||||||
| - Update to jdk-21.0.8+2 (EA) | - Update to jdk-21.0.8+2 (EA) | ||||||
| - Update release notes to 21.0.8+2 | - Update release notes to 21.0.8+2 | ||||||
| - Sync the copy of the portable specfile with the latest update | - 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-101798 | ||||||
|  | - Related: RHEL-103209 | ||||||
| 
 | 
 | ||||||
| * Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.1-0.1.ea | * Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.1-0.1.ea | ||||||
| - Update get_bundle_versions.sh to match other scripts | - Update get_bundle_versions.sh to match other scripts | ||||||
|  | |||||||
| @ -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