Set portablerelease and portablerhel to use the CentOS 9 build

Related: RHEL-12998
This commit is contained in:
Andrew Hughes 2024-05-11 01:35:24 +01:00
parent 8dd1c3363f
commit 64d1908992
1 changed files with 6 additions and 2 deletions

View File

@ -364,8 +364,8 @@
%global buildver 7
%global rpmrelease 4
# Settings used by the portable build
%global portablerelease 2
%global portablesuffix el8
%global portablerelease 3
%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
@ -2481,6 +2481,10 @@ cjc.mainProgram(args)
%endif
%changelog
* Sat May 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
- Set portablerelease and portablerhel to use the CentOS 9 build
- Related: RHEL-12998
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
- Add files missed by centpkg import.
- Related: rhbz#2192748