diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index e6cda78fc12886ddc0fc7e0b7e714fef1ae15a4a..c4b2e02014993386a7aac4a37acf3357741ad255 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 # RPM conditionals so as to be able to dynamically produce # slowdebug/release builds. See: # http://rpm.org/user_doc/conditional_builds.html @@ -99,7 +99,11 @@ # 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...) +%ifarch loongarch64 +%global is_system_jdk 1 +%else %global is_system_jdk 0 +%endif %global aarch64 aarch64 arm64 armv8 # we need to distinguish between big and little endian PPC64 @@ -2658,6 +2662,9 @@ end %endif %changelog +* Thu Dec 22 2022 Liwei Ge - 1:11.0.17.0.8-2.0.3 +- Set default java for loongarch64 + * Wed Oct 26 2022 Liwei Ge - 1:11.0.17.0.8-2.0.2 - Adjust loongarch64 patch