Update to jdk-17.0.17+7 (EA)
- Update to jdk-17.0.17+7 (EA) - Add to .gitignore openjdk-17.0.17+7-ea.tar.xz - Set updatever to 17 - Set buildver to 7 - Set is_ga to 0 - Update sources to openjdk-17.0.17+7-ea.tar.xz - Related: RHEL-118772 - Related: RHEL-118791
This commit is contained in:
parent
0c1da36c49
commit
dd244d9bc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
||||
/openjdk-17.0.14+7.tar.xz
|
||||
/openjdk-17.0.15+6.tar.xz
|
||||
/openjdk-17.0.16+8.tar.xz
|
||||
/openjdk-17.0.17+7-ea.tar.xz
|
||||
|
||||
@ -324,7 +324,7 @@
|
||||
# New Version-String scheme-style defines
|
||||
%global featurever 17
|
||||
%global interimver 0
|
||||
%global updatever 16
|
||||
%global updatever 17
|
||||
%global patchver 0
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
@ -379,7 +379,7 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 8
|
||||
%global buildver 7
|
||||
# rpmrelease numbering must start at 2 to be later than the 8.6 RPM
|
||||
%global rpmrelease 2
|
||||
# Settings used by the portable build
|
||||
@ -404,7 +404,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 ""
|
||||
@ -2499,6 +2499,14 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 26 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.7-0.2.ea
|
||||
- Update to jdk-17.0.17+7 (EA)
|
||||
- Add to .gitignore openjdk-17.0.17+7-ea.tar.xz
|
||||
- Set updatever to 17
|
||||
- Set buildver to 7
|
||||
- Set is_ga to 0
|
||||
- Update sources to openjdk-17.0.17+7-ea.tar.xz
|
||||
|
||||
* Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-2
|
||||
- Update to jdk-17.0.16+8
|
||||
- Add to .gitignore openjdk-17.0.16+8.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||
SHA512 (openjdk-17.0.16+8.tar.xz) = 95094b16bc36406bf5be83b73ff6b2a4189a0d8424d1422702eea038d9dfbb0c019c4e206cd7a4aa9bbd69239de51516f97945d2bc2160a8e85a83603ce4fdf8
|
||||
SHA512 (openjdk-17.0.17+7-ea.tar.xz) = ede4d3a9c262fb53db157b253c8fc2480a65e0766b1c82d663752931435ac537590dad47a77bfaba5bad1dd36d35d5d7b2e480ed9a11971e875b5d88bdbd8686
|
||||
|
||||
Loading…
Reference in New Issue
Block a user