From 8d718ceada9d83edc7ffb03cb62ebb3cf4bbf7b1 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 13 Jun 2023 10:56:03 +0800 Subject: [PATCH] modify is_system_jdk to fix install error for jna --- java-11-openjdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 7fa2970..74470ea 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # RPM conditionals so as to be able to dynamically produce # slowdebug/release builds. See: # http://rpm.org/user_doc/conditional_builds.html @@ -111,7 +111,7 @@ # 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...) -%global is_system_jdk 0 +%global is_system_jdk 1 %global aarch64 aarch64 arm64 armv8 # we need to distinguish between big and little endian PPC64 @@ -2703,6 +2703,9 @@ end %endif %changelog +* Tue Jun 13 2023 Wenlong Zhang - 1:11.0.19.0.7-1.0.2 +- modify is_system_jdk to fix install error for jna + * Thu Apr 20 2023 Liwei Ge - 1:11.0.19.0.7-1.0.1 - LoongArch64 init support (aoqi ) - Adjust loongarch64 patch (geliwei@openanolis.org) -- Gitee