From f0fa81002541770444751ac19ab29be40d94d70e Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 18 Oct 2025 15:48:02 +0100 Subject: [PATCH] Bump rpmrelease for CentOS build Related: RHEL-118767 Related: RHEL-119455 --- java-1.8.0-openjdk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 5ceaff8..582bedb 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -358,7 +358,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 # Settings used by the portable build %global portablerelease 1 # Portable suffix differs between RHEL and CentOS @@ -2959,6 +2959,11 @@ cjc.mainProgram(args) %endif %changelog +* Sat Oct 18 2025 Andrew Hughes - 1:1.8.0.472.b08-2 +- Bump rpmrelease for CentOS build +- Related: RHEL-118767 +- Related: RHEL-119455 + * Thu Oct 16 2025 Andrew Hughes - 1:1.8.0.472.b08-1 - Update to 8u472-b08 (GA). - Update release notes for 8u472-b08.