Fridrich Strba 2014-09-29 07:12:29 +00:00 committed by Git OBS Bridge
parent 30c71afa3f
commit c4212647a0
2 changed files with 3 additions and 1 deletions

View File

@ -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
-------------------------------------------------------------------

View File

@ -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