Make sure this is not the default/system JDK providing 'java', 'jre', 'java-devel' ,etc.

Related: RHEL-126022
This commit is contained in:
Andrew Hughes 2025-08-26 00:37:58 +01:00
parent 69e46764bc
commit e2bb3b26a8

View File

@ -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