diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index e859c7e..d84e415 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -104,7 +104,7 @@ # 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 1 +%global is_system_jdk 0 %global aarch64 aarch64 arm64 armv8 # we need to distinguish between big and little endian PPC64 @@ -2478,4 +2478,5 @@ exit 0 - Introduce fakefeaturever to pretend we are java-25-openjdk ahead of time - Sync the copy of the portable specfile with the latest update - Update README file for java-25-openjdk +- Make sure this is not the default/system JDK providing 'java', 'jre', 'java-devel' ,etc. - Related: RHEL-126022