|
|
@ -59,10 +59,6 @@
|
|
|
|
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
|
|
|
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
|
|
|
# This fixes detailed NMT and other tools which need minimal debug info.
|
|
|
|
# This fixes detailed NMT and other tools which need minimal debug info.
|
|
|
|
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1520879
|
|
|
|
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1520879
|
|
|
|
# To silence rpminspect's .symtab warnings due to this option, our
|
|
|
|
|
|
|
|
# rpminspect.yaml needs:
|
|
|
|
|
|
|
|
# debuginfo:
|
|
|
|
|
|
|
|
# debuginfo_sections: .debug_info .gdb_index
|
|
|
|
|
|
|
|
%global _find_debuginfo_opts -g
|
|
|
|
%global _find_debuginfo_opts -g
|
|
|
|
|
|
|
|
|
|
|
|
# With LTO flags enabled, debuginfo checks fail for some reason. Disable
|
|
|
|
# With LTO flags enabled, debuginfo checks fail for some reason. Disable
|
|
|
@ -326,7 +322,7 @@
|
|
|
|
# New Version-String scheme-style defines
|
|
|
|
# New Version-String scheme-style defines
|
|
|
|
%global featurever 17
|
|
|
|
%global featurever 17
|
|
|
|
%global interimver 0
|
|
|
|
%global interimver 0
|
|
|
|
%global updatever 12
|
|
|
|
%global updatever 13
|
|
|
|
%global patchver 0
|
|
|
|
%global patchver 0
|
|
|
|
# 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,
|
|
|
@ -381,9 +377,9 @@
|
|
|
|
%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 7
|
|
|
|
%global buildver 11
|
|
|
|
# rpmrelease numbering must start at 2 to be later than the 8.6 RPM
|
|
|
|
# rpmrelease numbering must start at 2 to be later than the 8.6 RPM
|
|
|
|
%global rpmrelease 2
|
|
|
|
%global rpmrelease 3
|
|
|
|
# Settings used by the portable build
|
|
|
|
# Settings used by the portable build
|
|
|
|
%global portablerelease 1
|
|
|
|
%global portablerelease 1
|
|
|
|
%global portablesuffix el8
|
|
|
|
%global portablesuffix el8
|
|
|
@ -1412,10 +1408,6 @@ Patch6: rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-d
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#############################################
|
|
|
|
#############################################
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/openjdk/jdk17u-dev/commit/859dda14f3f0d90294899812f5d34ea2e952a3df
|
|
|
|
|
|
|
|
# Remove after next upstream update.
|
|
|
|
|
|
|
|
Patch7: 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Currently empty
|
|
|
|
# Currently empty
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
@ -1870,7 +1862,6 @@ pushd %{top_level_dir_name}
|
|
|
|
# rpmbuild.
|
|
|
|
# rpmbuild.
|
|
|
|
%patch -P1 -p1
|
|
|
|
%patch -P1 -p1
|
|
|
|
%patch -P6 -p1
|
|
|
|
%patch -P6 -p1
|
|
|
|
%patch -P7 -p1
|
|
|
|
|
|
|
|
# Add crypto policy and FIPS support
|
|
|
|
# Add crypto policy and FIPS support
|
|
|
|
%patch -P1001 -p1
|
|
|
|
%patch -P1001 -p1
|
|
|
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
|
|
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
|
|
@ -2495,6 +2486,73 @@ require "copy_jdk_configs.lua"
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-3
|
|
|
|
|
|
|
|
- Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-2
|
|
|
|
|
|
|
|
- Update to jdk-17.0.13+11 (GA)
|
|
|
|
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.13+11.tar.xz
|
|
|
|
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
|
|
|
|
|
|
|
- Set buildver to 11
|
|
|
|
|
|
|
|
- Set is_ga to 1
|
|
|
|
|
|
|
|
- Update sources to openjdk-17.0.13+11.tar.xz
|
|
|
|
|
|
|
|
- Resolves: RHEL-58781
|
|
|
|
|
|
|
|
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 4 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.10-0.2.ea
|
|
|
|
|
|
|
|
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
|
|
|
|
|
|
|
- Set rpmrelease to 2
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 4 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.10-0.1.ea
|
|
|
|
|
|
|
|
- Update to jdk-17.0.13+10 (EA)
|
|
|
|
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.13+10-ea.tar.xz
|
|
|
|
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
|
|
|
|
|
|
|
|
- Set buildver to 10
|
|
|
|
|
|
|
|
- Update sources to openjdk-17.0.13+10-ea.tar.xz
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.9-0.1.ea
|
|
|
|
|
|
|
|
- Update to jdk-17.0.13+9 (EA)
|
|
|
|
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.13+9-ea.tar.xz
|
|
|
|
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
|
|
|
|
|
|
|
|
- Set buildver to 9
|
|
|
|
|
|
|
|
- Set rpmrelease to 1
|
|
|
|
|
|
|
|
- Set portablerelease to 1
|
|
|
|
|
|
|
|
- Update sources to openjdk-17.0.13+9-ea.tar.xz
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.4.ea
|
|
|
|
|
|
|
|
- Set rpmrelease to 4
|
|
|
|
|
|
|
|
- Set portablerelease to 2
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.3.ea
|
|
|
|
|
|
|
|
- Synchronize java-17-openjdk-portable.specfile
|
|
|
|
|
|
|
|
- Set rpmrelease to 3
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.1-0.2.ea
|
|
|
|
|
|
|
|
- Update to jdk-17.0.13+1 (EA)
|
|
|
|
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.13+1-ea.tar.xz
|
|
|
|
|
|
|
|
- Synchronize java-17-openjdk-portable.specfile
|
|
|
|
|
|
|
|
- Set updatever to 13
|
|
|
|
|
|
|
|
- Set buildver to 1
|
|
|
|
|
|
|
|
- Set is_ga to 0
|
|
|
|
|
|
|
|
- Update sources to openjdk-17.0.13+1-ea.tar.xz
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
- Remove 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch
|
|
|
|
|
|
|
|
- Remove unicode section from rpminspect.yml, fixed instead by
|
|
|
|
|
|
|
|
https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/merge_requests/180
|
|
|
|
|
|
|
|
(OPENJDK-2904)
|
|
|
|
|
|
|
|
- Related: RHEL-58781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 23 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-3
|
|
|
|
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
|
|
|
|
|
|
|
- Set rpmrelease to 3
|
|
|
|
|
|
|
|
- Set portablerelease to 4
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-2
|
|
|
|
* Wed Jul 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-2
|
|
|
|
- Update to jdk-17.0.12+7 (GA)
|
|
|
|
- Update to jdk-17.0.12+7 (GA)
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
|
|
|
- Update .gitignore to ignore openjdk-17.0.12+7.tar.xz
|
|
|
@ -2503,8 +2561,8 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Set portablerelease 1
|
|
|
|
- Set portablerelease 1
|
|
|
|
- Set is_ga to 1
|
|
|
|
- Set is_ga to 1
|
|
|
|
- Update sources to openjdk-17.0.12+7.tar.xz
|
|
|
|
- Update sources to openjdk-17.0.12+7.tar.xz
|
|
|
|
- Resolves: RHEL-46638
|
|
|
|
- Resolves: RHEL-46639
|
|
|
|
- Resolves: RHEL-46996
|
|
|
|
- Resolves: RHEL-46997
|
|
|
|
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
|
|
|
|
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.2.ea
|
|
|
|
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.2.ea
|
|
|
@ -2512,7 +2570,7 @@ require "copy_jdk_configs.lua"
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
|
|
|
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
|
|
|
- Set portablerelease to 2
|
|
|
|
- Set portablerelease to 2
|
|
|
|
- Related: RHEL-46638
|
|
|
|
- Related: RHEL-46639
|
|
|
|
- Add debuginfo section to rpminspect.yaml (OPENJDK-2904)
|
|
|
|
- Add debuginfo section to rpminspect.yaml (OPENJDK-2904)
|
|
|
|
- Add unicode section to rpminspect.yaml (OPENJDK-2904)
|
|
|
|
- Add unicode section to rpminspect.yaml (OPENJDK-2904)
|
|
|
|
- Add contents of fips-17u-e893be00150.patch
|
|
|
|
- Add contents of fips-17u-e893be00150.patch
|
|
|
@ -2574,20 +2632,21 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Add openjdk-17.0.11+9.tar.xz to .gitignore
|
|
|
|
- Add openjdk-17.0.11+9.tar.xz to .gitignore
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
|
|
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
|
|
|
- Update buildver from 7 to 9
|
|
|
|
- Update buildver from 7 to 9
|
|
|
|
- Update portablerelease from 1 to 3
|
|
|
|
- Update portablerelease from 1 to 4
|
|
|
|
- Change is_ga from 0 to 1 to enable GA mode for release
|
|
|
|
- Change is_ga from 0 to 1 to enable GA mode for release
|
|
|
|
- Update tzdata Requires comment to mention that 2024a is not yet in the buildroot
|
|
|
|
- Update tzdata Requires comment to mention that 2024a is not yet in the buildroot
|
|
|
|
- Update tzdata BuildRequires comment to mention that 2024a is not yet in the buildroot
|
|
|
|
- Update tzdata BuildRequires comment to mention that 2024a is not yet in the buildroot
|
|
|
|
- Update tzdata BuildRequires fro 2023c to 2023d
|
|
|
|
- Update tzdata BuildRequires fro 2023c to 2023d
|
|
|
|
- Update sources from openjdk-17.0.11+7-ea.tar.xz to openjdk-17.0.11+9.tar.xz
|
|
|
|
- Update sources from openjdk-17.0.11+7-ea.tar.xz to openjdk-17.0.11+9.tar.xz
|
|
|
|
- Resolves: RHEL-27137
|
|
|
|
- Resolves: RHEL-27133
|
|
|
|
|
|
|
|
- Resolves: RHEL-32392
|
|
|
|
- ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
|
|
|
|
- ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 28 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.7-0.2.ea
|
|
|
|
* Thu Mar 28 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.7-0.2.ea
|
|
|
|
- Update to jdk-17.0.11+7 (EA)
|
|
|
|
- Update to jdk-17.0.11+7 (EA)
|
|
|
|
- Sync java-17-openjdk-portable.specfile
|
|
|
|
- Sync java-17-openjdk-portable.specfile
|
|
|
|
- Sync java-17-openjdk-portable.specfile again to mention OPENJDK-2730
|
|
|
|
- Sync java-17-openjdk-portable.specfile again to mention OPENJDK-2730
|
|
|
|
- Related: RHEL-27137
|
|
|
|
- Related: RHEL-27133
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 14 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.6-0.2.ea
|
|
|
|
* Thu Mar 14 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.6-0.2.ea
|
|
|
|
- Update to jdk-17.0.11+6 (EA)
|
|
|
|
- Update to jdk-17.0.11+6 (EA)
|
|
|
@ -2607,9 +2666,9 @@ require "copy_jdk_configs.lua"
|
|
|
|
- openjdk_news.sh: Use grep -E instead of egrep
|
|
|
|
- openjdk_news.sh: Use grep -E instead of egrep
|
|
|
|
- Remove RH1649512 patch for libjpeg-turbo FAR macro
|
|
|
|
- Remove RH1649512 patch for libjpeg-turbo FAR macro
|
|
|
|
- Move pcsc-lite-libs patch to in-need-of-upstreaming section
|
|
|
|
- Move pcsc-lite-libs patch to in-need-of-upstreaming section
|
|
|
|
- Related: RHEL-27137
|
|
|
|
- Related: RHEL-27133
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-1
|
|
|
|
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-2
|
|
|
|
- Update to jdk-17.0.10+7 (GA)
|
|
|
|
- Update to jdk-17.0.10+7 (GA)
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Move to -P<n> usage for patch macro which works on all RPM versions
|
|
|
|
- Move to -P<n> usage for patch macro which works on all RPM versions
|
|
|
@ -2617,9 +2676,9 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Re-enable DEFAULT_PROMOTED_VERSION_PRE check disabled for the July 2023 release
|
|
|
|
- Re-enable DEFAULT_PROMOTED_VERSION_PRE check disabled for the July 2023 release
|
|
|
|
- generate_source_tarball.sh: Add --sort=name to tar invocation for reproducibility
|
|
|
|
- generate_source_tarball.sh: Add --sort=name to tar invocation for reproducibility
|
|
|
|
- ** This tarball is embargoed until 2024-01-16 @ 1pm PT. **
|
|
|
|
- ** This tarball is embargoed until 2024-01-16 @ 1pm PT. **
|
|
|
|
- Resolves: RHEL-20969
|
|
|
|
- Resolves: RHEL-20971
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.10.0.7-1
|
|
|
|
* Thu Jan 11 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.10.0.7-2
|
|
|
|
- Update to jdk-17.0.10+6 (EA)
|
|
|
|
- Update to jdk-17.0.10+6 (EA)
|
|
|
|
- fips-17u-d63771ea660.patch: Regenerate from gnu-andrew branch
|
|
|
|
- fips-17u-d63771ea660.patch: Regenerate from gnu-andrew branch
|
|
|
|
- generate_source_tarball.sh: Add WITH_TEMP environment variable
|
|
|
|
- generate_source_tarball.sh: Add WITH_TEMP environment variable
|
|
|
@ -2642,7 +2701,7 @@ require "copy_jdk_configs.lua"
|
|
|
|
- generate_source_tarball.sh: shellcheck: Do not use $ in expression
|
|
|
|
- generate_source_tarball.sh: shellcheck: Do not use $ in expression
|
|
|
|
- generate_source_tarball.sh: Remove temporary directory exit conditions
|
|
|
|
- generate_source_tarball.sh: Remove temporary directory exit conditions
|
|
|
|
- generate_source_tarball.sh: Add note on network usage of OPENJDK_LATEST
|
|
|
|
- generate_source_tarball.sh: Add note on network usage of OPENJDK_LATEST
|
|
|
|
- Related: RHEL-20969
|
|
|
|
- Related: RHEL-20971
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 12 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.9.0.9-1
|
|
|
|
* Thu Oct 12 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.9.0.9-1
|
|
|
|
- Update to jdk-17.0.9+9 (GA)
|
|
|
|
- Update to jdk-17.0.9+9 (GA)
|
|
|
@ -2661,46 +2720,38 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Add missing JFR and jpackage alternative ghosts
|
|
|
|
- Add missing JFR and jpackage alternative ghosts
|
|
|
|
- Move jcmd to the headless package
|
|
|
|
- Move jcmd to the headless package
|
|
|
|
- ** This tarball is embargoed until 2023-10-17 @ 1pm PT. **
|
|
|
|
- ** This tarball is embargoed until 2023-10-17 @ 1pm PT. **
|
|
|
|
- Resolves: RHEL-12204
|
|
|
|
- Resolves: RHEL-12206
|
|
|
|
- Resolves: RHEL-13670
|
|
|
|
- Resolves: RHEL-13664
|
|
|
|
- Resolves: RHEL-13680
|
|
|
|
- Resolves: RHEL-13675
|
|
|
|
- Resolves: RHEL-13689
|
|
|
|
- Resolves: RHEL-3492
|
|
|
|
- Resolves: RHEL-13708
|
|
|
|
- Resolves: RHEL-11318
|
|
|
|
- Resolves: RHEL-13658
|
|
|
|
- Resolves: RHEL-13653
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.1.1-2
|
|
|
|
* Mon Sep 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.1.1-2
|
|
|
|
- Bump release number so we are newer than 9.0
|
|
|
|
|
|
|
|
- Related: rhbz#2236591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 02 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.1.1-1
|
|
|
|
|
|
|
|
- Update to jdk-17.0.8.1+1 (GA)
|
|
|
|
- Update to jdk-17.0.8.1+1 (GA)
|
|
|
|
- Update release notes to 17.0.8.1+1
|
|
|
|
- Update release notes to 17.0.8.1+1
|
|
|
|
- Add backport of JDK-8312489 already upstream in 17.0.10 (see OPENJDK-2095)
|
|
|
|
- Add backport of JDK-8312489 already upstream in 17.0.10 (see OPENJDK-2095)
|
|
|
|
- Update openjdk_news script to specify subdirectory last
|
|
|
|
- Update openjdk_news script to specify subdirectory last
|
|
|
|
- Add missing discover_trees script required by openjdk_news
|
|
|
|
- Add missing discover_trees script required by openjdk_news
|
|
|
|
- Synchronise runtime and buildtime tzdata requirements
|
|
|
|
- Synchronise runtime and buildtime tzdata requirements
|
|
|
|
- Resolves: rhbz#2236591
|
|
|
|
- Resolves: RHEL-35288
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:17.0.8.0.7-2
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:17.0.8.0.7-2
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.7-2
|
|
|
|
* Fri Jul 14 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.7-2
|
|
|
|
- Bump release number so we are newer than 8.6
|
|
|
|
|
|
|
|
- Related: rhbz#2221106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.7-1
|
|
|
|
|
|
|
|
- Update to jdk-17.0.8+7 (GA)
|
|
|
|
- Update to jdk-17.0.8+7 (GA)
|
|
|
|
- Update release notes to 17.0.8+7
|
|
|
|
- Update release notes to 17.0.8+7
|
|
|
|
- Switch to GA mode for final release.
|
|
|
|
- Switch to GA mode for final release.
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Add note at top of spec file about rebuilding
|
|
|
|
- Add note at top of spec file about rebuilding
|
|
|
|
- * This tarball is embargoed until 2023-07-18 @ 1pm PT. *
|
|
|
|
- * This tarball is embargoed until 2023-07-18 @ 1pm PT. *
|
|
|
|
- Resolves: rhbz#2221106
|
|
|
|
- Resolves: RHEL-36138
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.6-0.1.ea
|
|
|
|
* Thu Jul 13 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.6-0.1.ea
|
|
|
|
- Update to jdk-17.0.8+6 (EA)
|
|
|
|
- Update to jdk-17.0.8+6 (EA)
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
- Resolves: rhbz#2217714
|
|
|
|
- Resolves: RHEL-36136
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.1-0.1.ea
|
|
|
|
* Wed Jul 12 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.8.0.1-0.1.ea
|
|
|
|
- Update to jdk-17.0.8+1 (EA)
|
|
|
|
- Update to jdk-17.0.8+1 (EA)
|
|
|
@ -2713,27 +2764,27 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Introduce 'prelease' for the portable release versioning, to handle EA builds
|
|
|
|
- Introduce 'prelease' for the portable release versioning, to handle EA builds
|
|
|
|
- Make sure root installation directory is created first
|
|
|
|
- Make sure root installation directory is created first
|
|
|
|
- Use in-place substitution for all but the first of the tapset changes
|
|
|
|
- Use in-place substitution for all but the first of the tapset changes
|
|
|
|
- Related: rhbz#2217714
|
|
|
|
- Related: RHEL-36136
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
* Tue Jul 11 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
- Introduce vm_variant global for consistency with future JDK builds
|
|
|
|
- Introduce vm_variant global for consistency with future JDK builds
|
|
|
|
- Related: rhbz#2196908
|
|
|
|
- Related: RHEL-36135
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
* Mon May 15 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
- Exclude classes_nocoops.jsa on i686 and arm32
|
|
|
|
- Exclude classes_nocoops.jsa on i686 and arm32
|
|
|
|
- Related: rhbz#2196908
|
|
|
|
- Related: RHEL-36135
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
* Mon May 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
- Following JDK-8005165, class data sharing can be enabled on all JIT architectures
|
|
|
|
- Following JDK-8005165, class data sharing can be enabled on all JIT architectures
|
|
|
|
- Related: rhbz#2196908
|
|
|
|
- Related: RHEL-36135
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 10 2023 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
* Wed May 10 2023 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.7.0.7-4
|
|
|
|
- Fix packaging of CDS archives
|
|
|
|
- Fix packaging of CDS archives
|
|
|
|
- Resolves: rhbz#2196908
|
|
|
|
- Resolves: RHEL-36135
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3
|
|
|
|
- Sync portable spec file with current version
|
|
|
|
- Sync portable spec file with current version
|
|
|
|
- Related: rhbz#2189330
|
|
|
|
- Related: RHEL-36129
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-2
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-2
|
|
|
|
- Update to jdk-17.0.7.0+7
|
|
|
|
- Update to jdk-17.0.7.0+7
|
|
|
@ -2750,23 +2801,22 @@ require "copy_jdk_configs.lua"
|
|
|
|
- Fix trailing '.' in tarball name
|
|
|
|
- Fix trailing '.' in tarball name
|
|
|
|
- Use portablerelease in vendor version to avoid inclusion of dist tag
|
|
|
|
- Use portablerelease in vendor version to avoid inclusion of dist tag
|
|
|
|
- ** This tarball is embargoed until 2023-04-18 @ 1pm PT. **
|
|
|
|
- ** This tarball is embargoed until 2023-04-18 @ 1pm PT. **
|
|
|
|
- Resolves: rhbz#2185182
|
|
|
|
- Resolves: RHEL-3489
|
|
|
|
- Resolves: rhbz#2186834
|
|
|
|
- Resolves: RHEL-36131
|
|
|
|
- Resolves: rhbz#2186826
|
|
|
|
- Resolves: RHEL-36133
|
|
|
|
- Resolves: rhbz#2186830
|
|
|
|
- Resolves: RHEL-36134
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-6
|
|
|
|
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-6
|
|
|
|
- Include the java-17-openjdk-portable.spec file with instructions on how to rebuild.
|
|
|
|
- Include the java-17-openjdk-portable.spec file with instructions on how to rebuild.
|
|
|
|
- Related: rhbz#2189330
|
|
|
|
- Related: RHEL-36129
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 25 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-5
|
|
|
|
* Tue Apr 25 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-5
|
|
|
|
- Replace local copies of JDK portable binaries with build dependencies
|
|
|
|
- Replace local copies of JDK portable binaries with build dependencies
|
|
|
|
- Resolves: rhbz#2189330
|
|
|
|
- Resolves: RHEL-36129
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-4
|
|
|
|
* Wed Feb 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-4
|
|
|
|
- Replace build section with extraction of existing builds from portables
|
|
|
|
- Replace build section with extraction of existing builds from portables
|
|
|
|
- Rewrite ELF files so the source file path is correct and debugsources can be assembled
|
|
|
|
- Resolves: RHEL-36129
|
|
|
|
- Resolves: rhbz#2150205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-3
|
|
|
|
* Fri Jan 20 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.6.0.10-3
|
|
|
|
- Update to jdk-17.0.6.0+10
|
|
|
|
- Update to jdk-17.0.6.0+10
|
|
|
|