Update to jdk-17.0.14+1 (EA)
- Update to jdk-17.0.14+1 (EA) - Add to .gitignore openjdk-17.0.14+1-ea.tar.xz - Set updatever to 14 - Set buildver to 1 - Set rpmrelease to 2 - Set is_ga to 0 - Update sources to openjdk-17.0.14+1-ea.tar.xz Related: RHEL-73981 Related: RHEL-73559
This commit is contained in:
parent
7c41473d3c
commit
4e145e78cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/openjdk-17.0.13+9-ea.tar.xz
|
||||
/openjdk-17.0.13+10-ea.tar.xz
|
||||
/openjdk-17.0.13+11.tar.xz
|
||||
/openjdk-17.0.14+1-ea.tar.xz
|
||||
|
@ -326,7 +326,7 @@
|
||||
# New Version-String scheme-style defines
|
||||
%global featurever 17
|
||||
%global interimver 0
|
||||
%global updatever 13
|
||||
%global updatever 14
|
||||
%global patchver 0
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
@ -381,9 +381,9 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 11
|
||||
%global buildver 1
|
||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
||||
%global rpmrelease 4
|
||||
%global rpmrelease 2
|
||||
# Settings used by the portable build
|
||||
%global portablerelease 1
|
||||
# Portable suffix differs between RHEL and CentOS
|
||||
@ -411,7 +411,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 ""
|
||||
@ -2496,6 +2496,15 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.14.0.1-0.2.ea
|
||||
- Update to jdk-17.0.14+1 (EA)
|
||||
- Add to .gitignore openjdk-17.0.14+1-ea.tar.xz
|
||||
- Set updatever to 14
|
||||
- Set buildver to 1
|
||||
- Set rpmrelease to 2
|
||||
- Set is_ga to 0
|
||||
- Update sources to openjdk-17.0.14+1-ea.tar.xz
|
||||
|
||||
* Fri Oct 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.11-4
|
||||
- Set this to be the default/system JDK providing 'java', 'jre', 'java-devel', etc.
|
||||
- Set rpmrelease to 4
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||
SHA512 (openjdk-17.0.13+11.tar.xz) = 4e3e6cd4b38efe5954c042a9a133a37569e87c94667a547604013971e7c766ac99fbbf1544e5d7cc30cd5c8bb1c9027dc3c08c2bfbc71e6d70a66c41a5040d16
|
||||
SHA512 (openjdk-17.0.14+1-ea.tar.xz) = 811f96babab7cdf506013c812fce6a2bedc70a34011652ff2755063cd22780e832c55afbe938e19ab93b71a0e0f85189b285560e3d78012903197ef92afab854
|
||||
|
Loading…
Reference in New Issue
Block a user