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 @@ -543,10 +543,6 @@ 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" \ %ifnarch %{aarch64} @@ -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