From 2a2a173cfc0d453b4445aa9e4314f18d59c4edcd Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Wed, 19 Jul 2023 15:28:30 +0100 Subject: [PATCH] Bump release number so we are newer than 8.6 Related: RHEL-12211 --- java-1.8.0-openjdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 855c76f..aff41a6 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -344,7 +344,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 2 %global portablesuffix el8 @@ -2551,6 +2551,10 @@ cjc.mainProgram(args) %endif %changelog +* Wed Jul 19 2023 Andrew Hughes - 1:1.8.0.382.b05-2 +- Bump release number so we are newer than 8.6 +- Related: RHEL-12211 + * Fri Jul 14 2023 Andrew Hughes - 1:1.8.0.382.b05-1 - Update to shenandoah-jdk8u382-b05 (GA) - Sync the copy of the portable specfile with the latest update