diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 0bef764..81d8c0d 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 +- Related: RHEL-45216 + * Mon Sep 04 2023 Andrew Hughes - 1:17.0.8.1.1-2 - Bump release number so we are newer than 9.0 - Related: RHEL-45216