From 0d8c4a6acbcce954e531a0206bf78a73e170feed Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 23 Jul 2013 13:43:24 +0200 Subject: [PATCH] prelink excluded also for aarch64 --- java-1.8.0-openjdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index b86c558..94e3e7b 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -241,7 +241,7 @@ BuildRequires: libffi-devel BuildRequires: openssl # execstack build requirement. # no prelink on ARM yet -%ifnarch %{arm} +%ifnarch %{arm} %{aarch64} BuildRequires: prelink %endif %ifarch %{jit_arches} @@ -913,6 +913,9 @@ exit 0 %doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE %changelog +* Tue Jul 23 2013 Jiri Vanek - 1:1.8.0.0-0.11.b89 +- prelink dependence excluded also for aaech64 + * Tue Jul 23 2013 Jiri Vanek - 1:1.8.0.0-0.10.b89 - moved to latest working osurces