diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 2c4dc03..882754f 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -111,8 +111,8 @@ # 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 ) -# 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 -# as sytem JDK, we mean any JDK which can run whole system java stack without issues (like bytecode issues, module issues, dependencies...) +# Indicates whether this is the default JDK on this version of RHEL +# Only the default/system JDK provides unversioned Provides like 'java', 'jre' and 'java-devel' %global is_system_jdk 0 %global aarch64 aarch64 arm64 armv8 @@ -2488,6 +2488,8 @@ cjc.mainProgram(args) %changelog * Wed Jul 31 2024 Andrew Hughes - 1:17.0.11.0.9-2 - Fix gating.yaml to reference RHEL 10 +- Set this to *not* be the default/system JDK providing 'java', 'jre', 'java-devel' ,etc. +- Resolves: RHEL-45722 - Resolves: RHEL-51870 * Thu Apr 11 2024 Thomas Fitzsimmons - 1:17.0.11.0.9-2