Update to jdk-17.0.12+6 (EA)
- Update to jdk-17.0.12+6 (EA) - Add openjdk-17.0.12+6-ea.tar.xz to .gitignore - Set updatever to 12 - Set buildver to 6 - Set rpmrelease to 1 - Set is_ga to 0 - Update sources to openjdk-17.0.12+6-ea.tar.xz - Related: RHEL-46635
This commit is contained in:
parent
362ca7db32
commit
14a2bb888b
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/openjdk-17.0.11+6-ea.tar.xz
|
||||
/openjdk-17.0.11+7-ea.tar.xz
|
||||
/openjdk-17.0.11+9.tar.xz
|
||||
/openjdk-17.0.12+6-ea.tar.xz
|
||||
|
@ -322,7 +322,7 @@
|
||||
# New Version-String scheme-style defines
|
||||
%global featurever 17
|
||||
%global interimver 0
|
||||
%global updatever 11
|
||||
%global updatever 12
|
||||
%global patchver 0
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
@ -377,7 +377,7 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 9
|
||||
%global buildver 6
|
||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
||||
%global rpmrelease 2
|
||||
# Settings used by the portable build
|
||||
@ -402,7 +402,7 @@
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||
# - N%%{?extraver}{?dist} for GA releases
|
||||
%global is_ga 1
|
||||
%global is_ga 0
|
||||
%if %{is_ga}
|
||||
%global build_type GA
|
||||
%global ea_designator ""
|
||||
@ -2486,6 +2486,15 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||
- Update to jdk-17.0.12+6 (EA)
|
||||
- Add openjdk-17.0.12+6-ea.tar.xz to .gitignore
|
||||
- Set updatever to 12
|
||||
- Set buildver to 6
|
||||
- Set rpmrelease to 1
|
||||
- Set is_ga to 0
|
||||
- Update sources to openjdk-17.0.12+6-ea.tar.xz
|
||||
|
||||
* Thu Apr 11 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.9-2
|
||||
- Update to jdk-17.0.11+9 (GA)
|
||||
- Add openjdk-17.0.11+9.tar.xz to .gitignore
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||
SHA512 (openjdk-17.0.11+9.tar.xz) = 7abbd002a93ede19b0bb40d31afe85445c0a2c4c055813148a1cd577a3fabb217ada00be91ef75dd9e9eec3bb01c0c1d8fabae79d495ad00ce745a3442a7d8c8
|
||||
SHA512 (openjdk-17.0.12+6-ea.tar.xz) = c18f8bafa4e5dac7d10ac3ca5def09bd68802756f83a8615e58f47eebd291a53b24a9900afd7dde38310f4d6030f27b9036c9f2656b93cb336dd5885072affc0
|
||||
|
Loading…
Reference in New Issue
Block a user