[java-1.8.0-openjdk] prelink excluded also for aarch64

jiri vanek jvanek at fedoraproject.org
Tue Jul 23 11:43:59 UTC 2013


commit 0d8c4a6acbcce954e531a0206bf78a73e170feed
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Tue Jul 23 13:43:24 2013 +0200

    prelink excluded also for aarch64

 java-1.8.0-openjdk.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
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 <jvanek at redhat.com> - 1:1.8.0.0-0.11.b89
+- prelink dependence excluded also for aaech64
+
 * Tue Jul 23 2013 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.0-0.10.b89
 - moved to latest working osurces
 


More information about the scm-commits mailing list