From ace9f0424f142cb6211b2d88596d57569ca89555 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sun, 5 Oct 2025 23:13:55 +0100 Subject: [PATCH] Sync the copy of the portable specfile with the latest update Related: RHEL-119329 Related: RHEL-118775 --- java-1.8.0-openjdk-portable.specfile | 26 +++++++++++++++++++++++++- java-1.8.0-openjdk.spec | 5 +++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/java-1.8.0-openjdk-portable.specfile b/java-1.8.0-openjdk-portable.specfile index 0233cbe..769e65f 100644 --- a/java-1.8.0-openjdk-portable.specfile +++ b/java-1.8.0-openjdk-portable.specfile @@ -319,7 +319,7 @@ %global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u}) # eg jdk8u60-b27 -> b27 %global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-}) -%global rpmrelease 1 +%global rpmrelease 2 # Define milestone (EA for pre-releases, GA ("fcs") for releases) # Release will be (where N is usually a number starting at 1): # - 0.N%%{?extraver}%%{?dist} for EA releases, @@ -1557,6 +1557,30 @@ done %endif %changelog +* Sat Oct 04 2025 Andrew Hughes - 1:1.8.0.462.b08-2 +- Update get_bundle_versions.sh to match other scripts +- * get_bundle_versions.sh: Add license +- * get_bundle_versions.sh: Set compile-command in Emacs +- * get_bundle_versions.sh: Use different error codes for different failures +- * get_bundle_versions.sh: Remove unneeded '.' in JPEG version +- * get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086) +- * get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002) +- Add OpenJDK 8u support to get_bundle_versions.sh +- 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 +- Add timezone data update check to openjdk_news.sh +- Add duplicate check to openjdk_news.sh +- Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh +- Resolves: OPENJDK-3952 + +* Fri Oct 03 2025 Antonio Vieiro - 1:1.8.0.462.b08-2 +- Add script to obtain bundled library versions from OpenJDK sources +- Related: OPENJDK-3952 + +* Mon Sep 29 2025 Thomas Fitzsimmons - 1:1.8.0.462.b08-2 +- Warn about bundled provide version bumps and backouts in openjdk_news.sh +- Related: OPENJDK-3952 + * Thu Jul 10 2025 Andrew Hughes - 1:1.8.0.462.b08-1 - Update to 8u462-b08 (GA) - Update release notes for 8u462-b08. diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index d973ca1..05484db 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -361,7 +361,7 @@ # rpmrelease numbering must start at 2 to be later than the 9.0 RPM %global rpmrelease 5 # Settings used by the portable build -%global portablerelease 1 +%global portablerelease 2 # Portable suffix differs between RHEL and CentOS %if 0%{?centos} == 0 %global portablerhel 8 @@ -2976,7 +2976,8 @@ cjc.mainProgram(args) - Add timezone data update check to openjdk_news.sh - Add duplicate check to openjdk_news.sh - Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh -- Related: RHEL-119329 +- Sync the copy of the portable specfile with the latest update +- Resolves: RHEL-119329 * Sun Oct 05 2025 Antonio Vieiro - 1:1.8.0.462.b08-5 - Add script to obtain bundled library versions from OpenJDK sources