From c4212647a0fbcebf7072cb59e07b0fc0cad88c53c5a4e4cdf4f0089598bbbc9d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 29 Sep 2014 07:12:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=20 --- java-1_8_0-openjdk.changes | 2 ++ java-1_8_0-openjdk.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/java-1_8_0-openjdk.changes b/java-1_8_0-openjdk.changes index 5e84a0c..f7d052a 100644 --- a/java-1_8_0-openjdk.changes +++ b/java-1_8_0-openjdk.changes @@ -3,6 +3,8 @@ Mon Sep 29 06:36:58 UTC 2014 - fstrba@suse.com - Build template jvm interpreter on ppc64le * It was ported for this architecture in jdk8u49-b06 +- Build depend on the generic java-bootstrap-devel + * Allows to build against java-1_7_0-openjdk-bootstrap - Reformat the spec file with spec-cleaner ------------------------------------------------------------------- diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index 815ea7b..4ff891b 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -262,7 +262,7 @@ Provides: jre-32 = %{javaver} Provides: jre-64 = %{javaver} %endif %if %{bootcycle} -BuildRequires: java-devel >= 1.6.0 +BuildRequires: java-bootstrap-devel >= 1.6.0 %else BuildRequires: java-devel >= %{javaver} %endif