From a23bde00d77d6b3583f04b39f310c332efc69e55 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sun, 5 Oct 2025 18:46:38 +0100 Subject: [PATCH] Bump rpmrelease for move to portables only on RHEL 8 Resolves: RHEL-118781 --- java-1.8.0-openjdk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 1f4cde7..78a20c0 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -346,7 +346,7 @@ # eg jdk8u60-b27 -> b27 %global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-}) # rpmrelease numbering must start at 2 to be later than the 8.6 RPM -%global rpmrelease 3 +%global rpmrelease 4 # Settings used by the portable build %global portablerelease 1 %global portablerhel 8 @@ -2711,7 +2711,11 @@ cjc.mainProgram(args) %endif %changelog -* Thu Jul 10 2025 Andrew Hughes - 1:1.8.0.462.b08-4 +* Sun Oct 05 2025 Andrew Hughes - 1:1.8.0.462.b08-4 +- Bump rpmrelease for move to portables only on RHEL 8 +- Resolves: RHEL-118781 + +* Thu Jul 10 2025 Andrew Hughes - 1:1.8.0.462.b08-3 - Bump rpmrelease for CentOS build - Remove obsolete hack to hardcode newer portable version on RHEL - Related: RHEL-101655