Set portablerelease and portablerhel to use the CentOS 9 build

Related: RHEL-45216
This commit is contained in:
Andrew Hughes 2024-06-12 16:37:20 +01:00
parent 07bb241a34
commit c1acd76c82

View File

@ -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 <gnu.andrew@redhat.com> - 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 <gnu.andrew@redhat.com> - 1:17.0.8.1.1-2
- Bump release number so we are newer than 9.0
- Related: RHEL-45216