Set portablerelease and portablerhel to use the CentOS 9 build

This commit is contained in:
Andrew Hughes 2024-06-12 16:37:20 +01:00 committed by root
parent c3bd5426d3
commit 5afe8fe384
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1 @@
c8281ee37b77d535c9c1af86609a531958ff7b34 tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz

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
- Resolves: RHEL-36137
* 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: rhbz#2236592