From 30a0113b42c6c2fd610a4542eaacb25f916bf849 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Wed, 12 Jun 2024 16:37:20 +0100 Subject: [PATCH] Set portablerelease and portablerhel to use the CentOS 9 build Resolves: RHEL-36137 --- java-17-openjdk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 807cc44..672f4e1 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -373,8 +373,8 @@ # rpmrelease numbering must start at 2 to be later than the 9.0 RPM %global rpmrelease 2 # Settings used by the portable build -%global portablerelease 1 -%global portablesuffix el8 +%global portablerelease 2 +%global portablesuffix el9 %global portablebuilddir /builddir/build/BUILD # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit @@ -2474,6 +2474,10 @@ cjc.mainProgram(args) %endif %changelog +* Mon Sep 04 2023 Andrew Hughes - 1:17.0.8.1.1-2 +- Set portablerelease and portablerhel to use the CentOS 9 build +- Resolves: RHEL-36137 + * Mon Sep 04 2023 Andrew Hughes - 1:17.0.8.1.1-2 - Bump release number so we are newer than 9.0 - Related: rhbz#2236592