Set portablerelease and portablerhel to use the CentOS 9 build

This commit is contained in:
Andrew Hughes 2024-05-03 18:32:32 +01:00 committed by root
parent 19f87657de
commit 6f0bfeb93f
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

@ -381,8 +381,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 portablerhel 8
%global portablerelease 2
%global portablerhel 9
%global portablesuffix el%{portablerhel}
%global portablebuilddir /builddir/build/BUILD
@ -2483,6 +2483,10 @@ require "copy_jdk_configs.lua"
%endif
%changelog
* Fri Sep 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.1.1-2
- Set portablerelease and portablerhel to use the CentOS 9 build
- Resolves: RHEL-35437
* Fri Sep 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.1.1-2
- Bump release number so we are newer than 9.0
- Related: rhbz#2236590