diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 06f1586..422b410 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -27,7 +27,7 @@ %global ppc64be ppc64 ppc64p7 %global multilib_arches %{power64} sparc64 x86_64 %global jit_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} s390x -%global aot_arches x86_64 +%global aot_arches x86_64 %{aarch64} # By default, we build a debug build during main build on JIT architectures %ifarch %{jit_arches} @@ -804,7 +804,7 @@ Provides: java-%{javaver}-%{origin}-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{majorver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 3%{?dist} +Release: 4%{?dist} # 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 # also included the epoch in their virtual provides. This created a @@ -1701,6 +1701,9 @@ require "copy_jdk_configs.lua" %changelog +* Tue Jun 12 2018 Severin Gehwolf - 1:11.0.ea.16-4 +- Add aarch64 to aot_arches. + * Tue Jun 12 2018 Severin Gehwolf - 1:11.0.ea.16-3 - Rename to package java-11-openjdk.