diff --git a/openjdk-21.spec b/openjdk-21.spec index d57d3441cd49810e0bec207f9590d6e5a128d359..1986d107ac2601b393fc7324c9c2b44ddf2c4f4a 100644 --- a/openjdk-21.spec +++ b/openjdk-21.spec @@ -72,7 +72,7 @@ %global is_system_jdk 0 %global aarch64 aarch64 arm64 armv8 -%global jit_arches x86_64 %{aarch64} loongarch64 riscv64 +%global jit_arches x86_64 %{aarch64} loongarch64 riscv64 ppc64le %global aot_arches x86_64 %{aarch64} # Set of architectures for which java has short vector math library (libsvml.so) @@ -897,7 +897,7 @@ Name: java-21-%{origin} Version: %{newjavaver}.%{buildver} # This package needs `.rolling` as part of Release so as to not conflict on install with # java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as -Release: 2 +Release: 3 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages @@ -1344,6 +1344,8 @@ elif [ "$ARCH" = "riscv64" ]; then : elif [ "$ARCH" = "loongarch64" ]; then : +elif [ "$ARCH" = "ppc64le" ]; then + : else echo " Failed to set BOOTJDKPATH " exit 18 @@ -1794,6 +1796,9 @@ cjc.mainProgram(arg) %changelog +* Tue Jun 25 2024 peng.zou - 1:21.0.3.9-3 +- init support of ppc64le + * Thu Jun 20 2024 aoqi - 1:21.0.3.9-2 - update LoongArch64 port to jdk21.0.3