From 63fe534179ca24fa49fa2390da6c726cd91987bc Mon Sep 17 00:00:00 2001 From: Alex Kashchenko Date: Aug 31 2016 12:38:31 +0000 Subject: revert bootjdk back to zero for rawhide only --- diff --git a/java-1.8.0-openjdk-aarch32.spec b/java-1.8.0-openjdk-aarch32.spec index 9bc519d..efe734a 100644 --- a/java-1.8.0-openjdk-aarch32.spec +++ b/java-1.8.0-openjdk-aarch32.spec @@ -746,7 +746,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1 Name: java-%{javaver}-%{origin}-aarch32 Version: %{javaver}.%{updatever} -Release: 2.%{buildver}%{?dist} +Release: 3.%{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 @@ -916,7 +916,7 @@ BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel #BuildRequires: redhat-lsb BuildRequires: zip -BuildRequires: java-1.8.0-openjdk-aarch32-devel +BuildRequires: java-1.8.0-openjdk-devel # Zero-assembler build requirement. %ifnarch %{jit_arches} BuildRequires: libffi-devel @@ -1274,7 +1274,7 @@ bash ../../configure \ --with-milestone="fcs" \ --with-update-version=%{updatever} \ --with-build-number=%{buildver} \ - --with-boot-jdk=$(echo /usr/lib/jvm/java-1.8.0-openjdk-aarch32-*) \ + --with-boot-jdk=/usr/lib/jvm/java-openjdk \ --with-debug-level=$debugbuild \ --enable-unlimited-crypto \ --enable-system-nss \ @@ -1744,6 +1744,8 @@ require "copy_jdk_configs.lua" %endif %changelog +* Wed Aug 31 2016 Alex Kashchenko - 1:1.8.0.102-3.160812 +- revert boot jdk back to zero * Mon Aug 29 2016 Alex Kashchenko - 1:1.8.0.102-2.160812 - added C1 JIT patches - use java-1.8.0-openjdk-aarch32 as a boot jdk