Portable build

This commit is contained in:
eabdullin 2026-08-19 20:33:50 +00:00 committed by root
parent 1cf09e899a
commit eb08916906
4 changed files with 35 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/openjdk-17.0.20+8.tar.xz SOURCES/openjdk-17.0.20.1+1.tar.xz
SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz

View File

@ -1,2 +1,2 @@
8906f5fdea5099759f671aed6c5becbb20b8df39 SOURCES/openjdk-17.0.20+8.tar.xz 0fec7e7f5084dbd870a35708781ad48df3f735b9 SOURCES/openjdk-17.0.20.1+1.tar.xz
c8281ee37b77d535c9c1af86609a531958ff7b34 SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz c8281ee37b77d535c9c1af86609a531958ff7b34 SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz

View File

@ -3,6 +3,19 @@ Key:
JDK-X - https://bugs.openjdk.java.net/browse/JDK-X JDK-X - https://bugs.openjdk.java.net/browse/JDK-X
CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
New in release OpenJDK 17.0.20.1 (2026-08-18):
==============================================
Live versions of these release notes can be found at:
* https://bit.ly/openjdk170201
* Changes
- JDK-8333743: Change .jcheck/conf branches property to match valid branches
- JDK-8382471: Improve Resource Resolving
- JDK-8384708: Enhance HTTP Connections
- JDK-8386205: Enhance TLS server
- JDK-8388790: Bump update version for OpenJDK: jdk-17.0.20.1
- JDK-8389947: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.20.1
New in release OpenJDK 17.0.20 (2026-07-21): New in release OpenJDK 17.0.20 (2026-07-21):
============================================ ============================================
Live versions of these release notes can be found at: Live versions of these release notes can be found at:

View File

@ -316,7 +316,7 @@
%global featurever 17 %global featurever 17
%global interimver 0 %global interimver 0
%global updatever 20 %global updatever 20
%global patchver 0 %global patchver 1
# buildjdkver is usually same as %%{featurever}, # buildjdkver is usually same as %%{featurever},
# but in time of bootstrap of next jdk, it is featurever-1, # but in time of bootstrap of next jdk, it is featurever-1,
# and this it is better to change it here, on single place # and this it is better to change it here, on single place
@ -379,7 +379,7 @@
%global origin_nice OpenJDK %global origin_nice OpenJDK
%global top_level_dir_name %{vcstag} %global top_level_dir_name %{vcstag}
%global top_level_dir_name_backup %{top_level_dir_name}-backup %global top_level_dir_name_backup %{top_level_dir_name}-backup
%global buildver 8 %global buildver 1
%global portablerelease 1 %global portablerelease 1
%global rpmrelease 0 %global rpmrelease 0
#%%global tagsuffix %%{nil} #%%global tagsuffix %%{nil}
@ -1826,9 +1826,26 @@ done
%endif %endif
%changelog %changelog
* Thu Jul 23 2026 eabdullin <eabdullin@almalinux.org> - 1:17.0.20.0.8-1.0 * Wed Aug 19 2026 eabdullin <eabdullin@almalinux.org> - 1:17.0.20.1.1-1.0
- Portable build - Portable build
* Fri Aug 07 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.20.1.1-1.0
- Update to jdk-17.0.20.1+1 (GA)
- Add to .gitignore openjdk-17.0.20.1+1.tar.xz
- Set buildver to 1
- Set is_ga to 1
- Update sources to openjdk-17.0.20.1+1.tar.xz
- ** This tarball is embargoed until 2026-08-18 @ 1pm PT. **
- Update NEWS for jdk-17.0.20.1+1 (GA)
* Thu Aug 06 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.20.1.0-0.1.0.ea
- Update to jdk-17.0.20.1+0 (EA)
- Add to .gitignore openjdk-17.0.20.1+0.tar.xz
- Set patchver to 1
- Set buildver to 0
- Set is_ga to 0
- Update sources to openjdk-17.0.20.1+0.tar.xz
* Mon Jul 13 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.20.0.8-1.0 * Mon Jul 13 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.20.0.8-1.0
- Update NEWS for jdk-17.0.20+8 (GA) - Update NEWS for jdk-17.0.20+8 (GA)