Bump release number so we are newer than 9.0

This commit is contained in:
Andrew Hughes 2023-09-08 10:04:23 +01:00 committed by root
parent 958c8116e9
commit 87a46f0aa4
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -378,7 +378,8 @@
%global top_level_dir_name %{origin}
%global top_level_dir_name_backup %{top_level_dir_name}-backup
%global buildver 1
%global rpmrelease 1
# 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
@ -2482,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
- Bump release number so we are newer than 9.0
- Related: rhbz#2236590
* Tue Sep 05 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.20.1.1-1
- Update to jdk-11.0.20.1+1 (GA)
- Add backport of JDK-8312489 already upstream in 11.0.22 (see OPENJDK-2095)