From 9072f47c1ac4d1e1b19ed7bf317a38d1125577a5 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 21 Jul 2014 11:49:05 +0200 Subject: [PATCH] Tuned aarch64 --- java-1.8.0-openjdk.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 33ca5ff..8e20894 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -135,7 +135,7 @@ Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 6.%{buildver}%{?dist} +Release: 7.%{buildver}%{?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 @@ -542,10 +542,6 @@ pushd %{buildoutputdir} bash ../../configure \ %ifnarch %{jit_arches} --with-jvm-variants=zero \ -%endif -%ifarch %{aarch64} - --with-jvm-variants=client \ - --disable-precompiled-headers \ %endif --disable-zip-debug-info \ --with-milestone="fcs" \ @@ -1161,6 +1157,10 @@ exit 0 %{_jvmdir}/%{jredir}/lib/accessibility.properties %changelog +* Mon Jul 21 2014 Jiri Vanek - 1:1.8.0.11-7.b12 +- removed legacy aarch64 switches + - --with-jvm-variants=client and --disable-precompiled-headers + * Tue Jul 15 2014 Jiri Vanek - 1:1.8.0.11-6.b12 - added patch patch9999 enableArm64.patch to enable new hotspot