import java-17-openjdk-17.0.13.0.11-4.el9

c9 imports/c9/java-17-openjdk-17.0.13.0.11-4.el9
MSVSphere Packaging Team 3 months ago
parent ae5371d16a
commit d717bbb4cd
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -115,9 +115,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
@ -383,7 +383,7 @@
%global top_level_dir_name_backup %{top_level_dir_name}-backup %global top_level_dir_name_backup %{top_level_dir_name}-backup
%global buildver 11 %global buildver 11
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM # rpmrelease numbering must start at 2 to be later than the 9.0 RPM
%global rpmrelease 3 %global rpmrelease 4
# Settings used by the portable build # Settings used by the portable build
%global portablerelease 1 %global portablerelease 1
# Portable suffix differs between RHEL and CentOS # Portable suffix differs between RHEL and CentOS
@ -2496,6 +2496,11 @@ cjc.mainProgram(args)
%endif %endif
%changelog %changelog
* 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
- Resolves: RHEL-63034
* Wed Oct 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-3 * 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 - Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry
- Related: RHEL-58785 - Related: RHEL-58785

Loading…
Cancel
Save