From 16e7f00745d6f66ed9140f7295533f7bd520b3b4 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Wed, 30 Oct 2013 17:14:31 +0100 Subject: [PATCH] tuning of aarch64 build --- java-1.8.0-openjdk.spec | 11 +++++++++-- sources | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index ea32837..f2df364 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -1,4 +1,4 @@ -# If debug is 1, OpenJDK is built with all debug info present. +r# If debug is 1, OpenJDK is built with all debug info present. %global debug 0 %global jdk8_version b106 @@ -125,7 +125,7 @@ Name: java-%{javaver}-%{origin} Version: %{javaver}.%{buildver} -Release: 0.20.%{jdk8_version}%{?dist} +Release: 0.21.%{jdk8_version}%{?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 @@ -837,6 +837,9 @@ exit 0 %{_jvmdir}/%{jredir}/lib/security/cacerts %config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.policy %config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.security +%ifarch %{aarch64} +%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/blacklisted.certs +%endif %{_datadir}/icons/hicolor/*x*/apps/java-%{javaver}.png %{_mandir}/man1/java-%{name}.1* %{_mandir}/man1/keytool-%{name}.1* @@ -921,6 +924,10 @@ exit 0 %doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE %changelog +* Wed Oct 30 2013 Jiri Vanek