import java-11-openjdk-11.0.25.0.9-3.el9

i9 changed/i9/java-11-openjdk-11.0.25.0.9-3.el9.inferit
MSVSphere Packaging Team 3 months ago committed by tigro
parent 552b43fe69
commit 1a7ce26fc0
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -111,7 +111,7 @@
%define is_release_build() %( if [ "%{?1}" == "%{debug_suffix_unquoted}" -o "%{?1}" == "%{fastdebug_suffix_unquoted}" ]; then echo "0" ; else echo "1"; fi )
# Indicates whether this is the default JDK on this version of RHEL
%global is_system_jdk 1
%global is_system_jdk 0
%global aarch64 aarch64 arm64 armv8
# we need to distinguish between big and little endian PPC64
@ -386,7 +386,7 @@
%global top_level_dir_name_backup %{top_level_dir_name}-backup
%global buildver 9
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
%global rpmrelease 2
%global rpmrelease 3
# Settings used by the portable build
%global portablerelease 1
%global portablerhel %{msvsphere}
@ -2481,6 +2481,11 @@ require "copy_jdk_configs.lua"
%endif
%changelog
* Thu Oct 17 2024 Antonio Vieiro <avieirov@redhat.com> - 1:11.0.25.0.9-3
- Make java-11-openjdk NOT the default JDK in rhel-9.2.0.z, rhel-9.4.z, rhel-9.5.z
- Resolves: RHEL-63042
- See-Also: RHEL-63043 RHEL-63044
* Thu Oct 10 2024 Antonio Vieiro <avieirov@redhat.com> - 1:11.0.25.0.9-2
- Update to jdk-11.0.25+9 (GA)
- Update release notes to 11.0.25+9

Loading…
Cancel
Save