Compare commits
No commits in common. "c9s" and "a10s" have entirely different histories.
@ -1,7 +1,7 @@
|
|||||||
# recipients: java-qa
|
# recipients: java-qa
|
||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-9
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
@ -102,9 +102,9 @@
|
|||||||
# similarly for other %%{_jvmdir}/{jre,java} and %%{_javadocdir}/{java,java-zip}
|
# similarly for other %%{_jvmdir}/{jre,java} and %%{_javadocdir}/{java,java-zip}
|
||||||
%define is_release_build() %( if [ "%{?1}" == "%{debug_suffix_unquoted}" -o "%{?1}" == "%{fastdebug_suffix_unquoted}" ]; then echo "0" ; else echo "1"; fi )
|
%define is_release_build() %( if [ "%{?1}" == "%{debug_suffix_unquoted}" -o "%{?1}" == "%{fastdebug_suffix_unquoted}" ]; then echo "0" ; else echo "1"; fi )
|
||||||
|
|
||||||
# while JDK is a techpreview(is_system_jdk=0), some provides are turned off. Once jdk stops to be an techpreview, move it to 1
|
# Indicates whether this is the default JDK on this version of RHEL
|
||||||
# as sytem JDK, we mean any JDK which can run whole system java stack without issues (like bytecode issues, module issues, dependencies...)
|
# Only the default/system JDK provides unversioned Provides like 'java', 'jre' and 'java-devel'
|
||||||
%global is_system_jdk 0
|
%global is_system_jdk 1
|
||||||
|
|
||||||
%global aarch64 aarch64 arm64 armv8
|
%global aarch64 aarch64 arm64 armv8
|
||||||
# we need to distinguish between big and little endian PPC64
|
# we need to distinguish between big and little endian PPC64
|
||||||
@ -377,6 +377,10 @@
|
|||||||
%endif
|
%endif
|
||||||
%global portablebuilddir /builddir/build/BUILD
|
%global portablebuilddir /builddir/build/BUILD
|
||||||
|
|
||||||
|
%if 0%{?almalinux}
|
||||||
|
%global portablesuffix el8
|
||||||
|
%endif
|
||||||
|
|
||||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
||||||
@ -1287,7 +1291,7 @@ ExclusiveArch: %{aarch64} %{ppc64le} s390x x86_64
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{newjavaver}.%{buildver}
|
Version: %{newjavaver}.%{buildver}
|
||||||
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}
|
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}.1.alma.1
|
||||||
# Equivalent for the portable build
|
# Equivalent for the portable build
|
||||||
%global prelease %{?eaprefix}%{portablerelease}%{?extraver}
|
%global prelease %{?eaprefix}%{portablerelease}%{?extraver}
|
||||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||||
@ -2532,17 +2536,24 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1:21.0.5.0.11-2.1.alma.1
|
||||||
|
- Use el8 portable packages
|
||||||
|
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:21.0.5.0.11-2.1
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
* Wed Oct 16 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.11-2
|
* Wed Oct 16 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.11-2
|
||||||
- Update to jdk-21.0.5+11 (GA)
|
- Update to jdk-21.0.5+11 (GA)
|
||||||
- Update release notes to 21.0.5+11
|
- Update release notes to 21.0.5+11
|
||||||
- Remove local JDK-8327501 & JDK-8328366 backport as this is now upstream.
|
- Remove local JDK-8327501 & JDK-8328366 backport as this is now upstream.
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- Related: RHEL-61344
|
- Related: RHEL-61276
|
||||||
|
|
||||||
* Sun Oct 13 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.10-3
|
* Sun Oct 13 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.10-3
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
||||||
- Related: RHEL-61344
|
- Related: RHEL-61276
|
||||||
|
|
||||||
* Sat Oct 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.10-2
|
* Sat Oct 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.10-2
|
||||||
- Update to jdk-21.0.5+10 (GA)
|
- Update to jdk-21.0.5+10 (GA)
|
||||||
@ -2550,9 +2561,9 @@ cjc.mainProgram(args)
|
|||||||
- Switch to GA mode.
|
- Switch to GA mode.
|
||||||
- Revert JDK-8327501 & JDK-8328366 backport until more mature.
|
- Revert JDK-8327501 & JDK-8328366 backport until more mature.
|
||||||
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
||||||
- Resolves: RHEL-61344
|
- Resolves: RHEL-61276
|
||||||
|
|
||||||
* Fri Oct 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.9-0.2.ea
|
* Fri Oct 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.9-0.1.ea
|
||||||
- Update to jdk-21.0.5+9 (EA)
|
- Update to jdk-21.0.5+9 (EA)
|
||||||
- Update release notes to 21.0.5+9
|
- Update release notes to 21.0.5+9
|
||||||
- Switch to EA mode
|
- Switch to EA mode
|
||||||
@ -2561,35 +2572,32 @@ cjc.mainProgram(args)
|
|||||||
- Sync with RHEL 7 portable build:
|
- Sync with RHEL 7 portable build:
|
||||||
- Use ExclusiveArch over ExcludeArch
|
- Use ExclusiveArch over ExcludeArch
|
||||||
- pkgos definition needs to be early enough to be used in portablesuffix
|
- pkgos definition needs to be early enough to be used in portablesuffix
|
||||||
|
- Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
|
||||||
- Make build scripts executable
|
- Make build scripts executable
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- Resolves: RHEL-58797
|
- Resolves: RHEL-62239
|
||||||
- Resolves: RHEL-17191
|
- Resolves: RHEL-62241
|
||||||
|
|
||||||
* Mon Oct 07 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.7-2
|
* Sun Aug 04 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.7-1
|
||||||
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
|
||||||
- Handle debugedit being a separate package installed in /usr on RHEL/CentOS 10
|
|
||||||
- Add build scripts to repository to ease remembering all CentOS & RHEL targets and options
|
|
||||||
- Related: RHEL-58797
|
|
||||||
|
|
||||||
* Fri Jul 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.7-1
|
|
||||||
- Update to jdk-21.0.4+7 (GA)
|
- Update to jdk-21.0.4+7 (GA)
|
||||||
- Update release notes to 21.0.4+7
|
- Update release notes to 21.0.4+7
|
||||||
- Switch to GA mode.
|
- Switch to GA mode.
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- Add missing section headers in NEWS
|
- Add missing section headers in NEWS
|
||||||
|
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
||||||
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
|
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
|
||||||
- Resolves: RHEL-47023
|
- Resolves: RHEL-47024
|
||||||
|
|
||||||
* Wed Jun 26 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.5-0.1.ea
|
* Sun Aug 04 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.5-0.1.ea
|
||||||
- Update to jdk-21.0.4+5 (EA)
|
- Update to jdk-21.0.4+5 (EA)
|
||||||
- Update release notes to 21.0.4+5
|
- Update release notes to 21.0.4+5
|
||||||
- Limit Java only tests to one architecture using jdk_test_arch
|
- Limit Java only tests to one architecture using jdk_test_arch
|
||||||
- Actually require tzdata 2024a now it is available in the buildroot
|
- Actually require tzdata 2024a now it is available in the buildroot
|
||||||
- Resolves: RHEL-45355
|
- Resolves: RHEL-45357
|
||||||
- Resolves: RHEL-47395
|
- Resolves: RHEL-52735
|
||||||
|
- Related: RHEL-52723
|
||||||
|
|
||||||
* Sat Jun 22 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.1-0.1.ea
|
* Sun Aug 04 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.1-0.1.ea
|
||||||
- Update to jdk-21.0.4+1 (EA)
|
- Update to jdk-21.0.4+1 (EA)
|
||||||
- Update release notes to 21.0.4+1
|
- Update release notes to 21.0.4+1
|
||||||
- Switch to EA mode
|
- Switch to EA mode
|
||||||
@ -2597,27 +2605,27 @@ cjc.mainProgram(args)
|
|||||||
- Add zlib build requirement or bundled version (1.3.1), depending on system_libs setting
|
- Add zlib build requirement or bundled version (1.3.1), depending on system_libs setting
|
||||||
- Restore NEWS file so portable can be rebuilt
|
- Restore NEWS file so portable can be rebuilt
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- Related: RHEL-45355
|
- Related: RHEL-45357
|
||||||
- Resolves: RHEL-46029
|
- Resolves: RHEL-46026
|
||||||
|
|
||||||
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.9-1
|
* Sun Aug 04 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.9-1
|
||||||
- Update to jdk-21.0.3+9 (GA)
|
- Update to jdk-21.0.3+9 (GA)
|
||||||
- Update release notes to 21.0.3+9
|
- Update release notes to 21.0.3+9
|
||||||
- Switch to GA mode.
|
- Switch to GA mode.
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
|
- ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
|
||||||
- Resolves: RHEL-32424
|
- Resolves: RHEL-32427
|
||||||
|
|
||||||
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.7-0.1.ea
|
* Sun Aug 04 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.7-0.1.ea
|
||||||
- Update to jdk-21.0.3+7 (EA)
|
- Update to jdk-21.0.3+7 (EA)
|
||||||
- Update release notes to 21.0.3+7
|
- Update release notes to 21.0.3+7
|
||||||
- Require tzdata 2024a due to upstream inclusion of JDK-8322725
|
- Require tzdata 2024a due to upstream inclusion of JDK-8322725
|
||||||
- Only require tzdata 2023d for now as 2024a is unavailable in buildroot
|
- Only require tzdata 2023d for now as 2024a is unavailable in buildroot
|
||||||
- Drop JDK-8009550 which is now available upstream
|
- Drop JDK-8009550 which is now available upstream
|
||||||
- Re-generate FIPS patch against 21.0.3+7 following backport of JDK-8325254
|
- Re-generate FIPS patch against 21.0.3+7 following backport of JDK-8325254
|
||||||
- Resolves: RHEL-30946
|
- Resolves: RHEL-52723
|
||||||
|
|
||||||
* Sun Apr 14 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.3.0.1-0.2.ea
|
* Sat Aug 03 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.3.0.1-0.1.ea
|
||||||
- Invoke xz in multi-threaded mode
|
- Invoke xz in multi-threaded mode
|
||||||
- generate_source_tarball.sh: Add WITH_TEMP environment variable
|
- generate_source_tarball.sh: Add WITH_TEMP environment variable
|
||||||
- generate_source_tarball.sh: Multithread xz on all available cores
|
- generate_source_tarball.sh: Multithread xz on all available cores
|
||||||
@ -2646,9 +2654,14 @@ cjc.mainProgram(args)
|
|||||||
- generate_source_tarball.sh: Use long-style argument to grep
|
- generate_source_tarball.sh: Use long-style argument to grep
|
||||||
- generate_source_tarball.sh: Add license
|
- generate_source_tarball.sh: Add license
|
||||||
- generate_source_tarball.sh: Add indentation instructions for Emacs
|
- generate_source_tarball.sh: Add indentation instructions for Emacs
|
||||||
- Related: RHEL-30946
|
- Related: RHEL-52723
|
||||||
|
|
||||||
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea
|
* Sat Aug 03 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea
|
||||||
|
- Update to jdk-21.0.3+1 (EA)
|
||||||
|
- Update release notes to 21.0.3+1
|
||||||
|
- Switch to EA mode
|
||||||
|
- Require tzdata 2023d due to local inclusion of JDK-8322725
|
||||||
|
- Bump FreeType version to 2.13.2 following JDK-8316028
|
||||||
- Install alt-java man page from the misc tarball as it is no longer in the JDK image
|
- Install alt-java man page from the misc tarball as it is no longer in the JDK image
|
||||||
- generate_source_tarball.sh: Update examples in header for clarity
|
- generate_source_tarball.sh: Update examples in header for clarity
|
||||||
- generate_source_tarball.sh: Cleanup message issued when checkout already exists
|
- generate_source_tarball.sh: Cleanup message issued when checkout already exists
|
||||||
@ -2670,19 +2683,18 @@ cjc.mainProgram(args)
|
|||||||
- generate_source_tarball.sh: Output values of new options WITH_TEMP and OPENJDK_LATEST
|
- generate_source_tarball.sh: Output values of new options WITH_TEMP and OPENJDK_LATEST
|
||||||
- generate_source_tarball.sh: Double-quote DEPTH reference (SC2086)
|
- generate_source_tarball.sh: Double-quote DEPTH reference (SC2086)
|
||||||
- generate_source_tarball.sh: Avoid empty DEPTH reference while still appeasing shellcheck
|
- generate_source_tarball.sh: Avoid empty DEPTH reference while still appeasing shellcheck
|
||||||
- Related: RHEL-30946
|
- Related: RHEL-52723
|
||||||
|
|
||||||
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea
|
* Tue Jul 30 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-3
|
||||||
- Update to jdk-21.0.3+1 (EA)
|
- Fix gating.yaml to reference RHEL 10
|
||||||
- Update release notes to 21.0.3+1
|
- Set this to be the default/system JDK providing 'java', 'jre', 'java-devel' ,etc.
|
||||||
- Switch to EA mode
|
- Resolves: RHEL-34597
|
||||||
- Require tzdata 2023d due to upstream inclusion of JDK-8322725
|
- Resolves: RHEL-51617
|
||||||
- Bump FreeType version to 2.13.2 following JDK-8316028
|
|
||||||
- Related: RHEL-30946
|
|
||||||
|
|
||||||
* Fri Apr 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-2
|
* Fri Apr 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-2
|
||||||
- Define portablesuffix according to whether pkgos is defined or not
|
- Define portablesuffix according to whether pkgos is defined or not
|
||||||
- Related: RHEL-30946
|
- Handle debugedit being a separate package installed in /usr on RHEL/CentOS 10
|
||||||
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Tue Jan 09 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-1
|
* Tue Jan 09 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-1
|
||||||
- Update to jdk-21.0.2+13 (GA)
|
- Update to jdk-21.0.2+13 (GA)
|
||||||
@ -2691,16 +2703,16 @@ cjc.mainProgram(args)
|
|||||||
- Bump HarfBuzz version to 8.2.2 following JDK-8313643
|
- Bump HarfBuzz version to 8.2.2 following JDK-8313643
|
||||||
- Drop local JDK-8311630 patch which is now upstream
|
- Drop local JDK-8311630 patch which is now upstream
|
||||||
- ** This tarball is embargoed until 2024-01-16 @ 1pm PT. **
|
- ** This tarball is embargoed until 2024-01-16 @ 1pm PT. **
|
||||||
- Resolves: RHEL-20999
|
- Resolves: RHEL-45217
|
||||||
|
|
||||||
* Mon Nov 06 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-3
|
* Mon Nov 06 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-3
|
||||||
- Include JDK-8311630 patch to implement Foreign Function & Memory preview API on s390x
|
- Include JDK-8311630 patch to implement Foreign Function & Memory preview API on s390x
|
||||||
- Sync the copy of the portable specfile with the latest update
|
- Sync the copy of the portable specfile with the latest update
|
||||||
- Resolves: RHEL-16290
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
||||||
- Define pkgnameroot to simplify build requirements and allow '-rhel7' suffix on RHEL
|
- Define pkgnameroot to simplify build requirements and allow '-rhel7' suffix on RHEL
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Fri Oct 27 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-1
|
* Fri Oct 27 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-1
|
||||||
- Update to jdk-21.0.1.0+12 (GA)
|
- Update to jdk-21.0.1.0+12 (GA)
|
||||||
@ -2722,21 +2734,15 @@ cjc.mainProgram(args)
|
|||||||
- Add missing jfr, jpackage and jwebserver alternative ghosts
|
- Add missing jfr, jpackage and jwebserver alternative ghosts
|
||||||
- Move jcmd to the headless package
|
- Move jcmd to the headless package
|
||||||
- Revert alt-java binary location to being within the JDK tree
|
- Revert alt-java binary location to being within the JDK tree
|
||||||
- Resolves: RHEL-12998
|
- Related: RHEL-45217
|
||||||
- Resolves: RHEL-14953
|
|
||||||
- Resolves: RHEL-13925
|
|
||||||
- Resolves: RHEL-14957
|
|
||||||
- Related: RHEL-14945
|
|
||||||
- Resolves: RHEL-11321
|
|
||||||
- Resolves: RHEL-14947
|
|
||||||
|
|
||||||
* Fri Oct 27 2023 Jiri Vanek <jvanek@redhat.com> - 1:21.0.1.0.12-1
|
* Fri Oct 27 2023 Jiri Vanek <jvanek@redhat.com> - 1:21.0.1.0.12-1
|
||||||
- Exclude classes_nocoops.jsa on i686 and arm32
|
- Exclude classes_nocoops.jsa on i686 and arm32
|
||||||
- Related: RHEL-14945
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Fri Oct 27 2023 Severin Gehwolf <sgehwolf@redhat.com> - 1:21.0.1.0.12-1
|
* Fri Oct 27 2023 Severin Gehwolf <sgehwolf@redhat.com> - 1:21.0.1.0.12-1
|
||||||
- Fix packaging of CDS archives
|
- Fix packaging of CDS archives
|
||||||
- Resolves: RHEL-14945
|
- Resolves: RHEL-45217
|
||||||
|
|
||||||
* Thu Aug 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-2
|
* Thu Aug 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-2
|
||||||
- Update documentation (README.md)
|
- Update documentation (README.md)
|
||||||
@ -2747,7 +2753,7 @@ cjc.mainProgram(args)
|
|||||||
- * No use of system libjpeg turbo to warrant RH649512 patch any more
|
- * No use of system libjpeg turbo to warrant RH649512 patch any more
|
||||||
- Replace RH1684077 pcsc-lite-libs patch with better JDK-8009550 fix being upstreamed
|
- Replace RH1684077 pcsc-lite-libs patch with better JDK-8009550 fix being upstreamed
|
||||||
- Adapt alt-java test to new binary where there is always a set_speculation function
|
- Adapt alt-java test to new binary where there is always a set_speculation function
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Mon Aug 21 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-1
|
* Mon Aug 21 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-1
|
||||||
- Update to jdk-21.0.0+35
|
- Update to jdk-21.0.0+35
|
||||||
@ -2759,12 +2765,11 @@ cjc.mainProgram(args)
|
|||||||
- Re-enable tzdata tests now we are on the latest JDK and things are back in sync
|
- Re-enable tzdata tests now we are on the latest JDK and things are back in sync
|
||||||
- Install jaxp.properties introduced by JDK-8303530
|
- Install jaxp.properties introduced by JDK-8303530
|
||||||
- Install lible.so introduced by JDK-8306983
|
- Install lible.so introduced by JDK-8306983
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
- Resolves: RHEL-41087
|
|
||||||
|
|
||||||
* Mon Aug 21 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:21.0.0.0.35-1
|
* Mon Aug 21 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:21.0.0.0.35-1
|
||||||
- Replace smoke test files used in the staticlibs test, as fdlibm was removed by JDK-8303798
|
- Replace smoke test files used in the staticlibs test, as fdlibm was removed by JDK-8303798
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Wed Aug 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:20.0.0.0.36-1
|
* Wed Aug 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:20.0.0.0.36-1
|
||||||
- Update to jdk-20.0.2+9
|
- Update to jdk-20.0.2+9
|
||||||
@ -2772,12 +2777,12 @@ cjc.mainProgram(args)
|
|||||||
- Update system crypto policy & FIPS patch from new fips-20u tree
|
- Update system crypto policy & FIPS patch from new fips-20u tree
|
||||||
- Update generate_tarball.sh ICEDTEA_VERSION
|
- Update generate_tarball.sh ICEDTEA_VERSION
|
||||||
- Update CLDR reference data following update to 42 (Rocky Mountain-Normalzeit => Rocky-Mountain-Normalzeit)
|
- Update CLDR reference data following update to 42 (Rocky Mountain-Normalzeit => Rocky-Mountain-Normalzeit)
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Wed Aug 16 2023 Jiri Vanek <jvanek@redhat.com> - 1:20.0.0.0.36-1
|
* Wed Aug 16 2023 Jiri Vanek <jvanek@redhat.com> - 1:20.0.0.0.36-1
|
||||||
- Dropped JDK-8295447, JDK-8296239 & JDK-8299439 patches now upstream
|
- Dropped JDK-8295447, JDK-8296239 & JDK-8299439 patches now upstream
|
||||||
- Adapted rh1750419-redhat_alt_java.patch
|
- Adapted rh1750419-redhat_alt_java.patch
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Tue Aug 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:19.0.1.0.10-1
|
* Tue Aug 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:19.0.1.0.10-1
|
||||||
- Update to jdk-19.0.2 release
|
- Update to jdk-19.0.2 release
|
||||||
@ -2786,7 +2791,7 @@ cjc.mainProgram(args)
|
|||||||
- Remove references to sample directory removed by JDK-8284999
|
- Remove references to sample directory removed by JDK-8284999
|
||||||
- Add local patch JDK-8295447 (javac NPE) which was accepted into 19u upstream but not in the GA tag
|
- Add local patch JDK-8295447 (javac NPE) which was accepted into 19u upstream but not in the GA tag
|
||||||
- Add local patches for JDK-8296239 & JDK-8299439 (Croatia Euro update) which are present in 8u, 11u & 17u releases
|
- Add local patches for JDK-8296239 & JDK-8299439 (Croatia Euro update) which are present in 8u, 11u & 17u releases
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Thu Aug 10 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:18.0.2.0.9-1
|
* Thu Aug 10 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:18.0.2.0.9-1
|
||||||
- Update to jdk-18.0.2 release
|
- Update to jdk-18.0.2 release
|
||||||
@ -2797,26 +2802,26 @@ cjc.mainProgram(args)
|
|||||||
- Drop tzdata patches added for 17.0.7 which will eventually appear in the upstream tarball when we reach OpenJDK 21
|
- Drop tzdata patches added for 17.0.7 which will eventually appear in the upstream tarball when we reach OpenJDK 21
|
||||||
- Disable tzdata tests until we are on the latest JDK and things are back in sync
|
- Disable tzdata tests until we are on the latest JDK and things are back in sync
|
||||||
- Use empty nss.fips.cfg until it is again available via the FIPS patch
|
- Use empty nss.fips.cfg until it is again available via the FIPS patch
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Thu Aug 10 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:18.0.2.0.9-1
|
* Thu Aug 10 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:18.0.2.0.9-1
|
||||||
- Update to ea version of jdk18
|
- Update to ea version of jdk18
|
||||||
- Add new slave jwebserver and corresponding manpage
|
- Add new slave jwebserver and corresponding manpage
|
||||||
- Adjust rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch
|
- Adjust rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Thu Aug 10 2023 FeRD (Frank Dana) <ferdnyc@gmail.com> - 1:18.0.2.0.9-1
|
* Thu Aug 10 2023 FeRD (Frank Dana) <ferdnyc@gmail.com> - 1:18.0.2.0.9-1
|
||||||
- Add javaver- and origin-specific javadoc and javadoczip alternatives.
|
- Add javaver- and origin-specific javadoc and javadoczip alternatives.
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
||||||
- Set portablerelease and portablerhel to use the CentOS 9 build
|
- Set portablerelease and portablerhel to use the CentOS 9 build
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
|
||||||
- Add files missed by centpkg import.
|
- Add files missed by centpkg import.
|
||||||
- Related: rhbz#2192748
|
- Related: RHEL-45217
|
||||||
|
|
||||||
* Fri Aug 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3
|
* Fri Aug 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3
|
||||||
- Create java-21-openjdk package based on java-17-openjdk
|
- Create java-21-openjdk package based on java-17-openjdk
|
||||||
- Related: rhbz#2192748
|
- Related: RHEL-45217
|
||||||
|
Loading…
Reference in New Issue
Block a user