Build with non-bootstrap jdk

OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=247
This commit is contained in:
2017-09-15 15:56:54 +00:00
committed by Git OBS Bridge
parent eb9eee805f
commit 5e4844a985
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 15 15:55:30 UTC 2017 - fstrba@suse.com
- Don't require java-bootstrap-devel, build with the non-bootstrap
java.
-------------------------------------------------------------------
Thu Aug 31 14:31:46 UTC 2017 - fstrba@suse.com

View File

@@ -252,7 +252,8 @@ Provides: jre1.6.x
Provides: jre1.7.x
Provides: jre1.8.x
%if %{with bootstrap}
BuildRequires: java-bootstrap-devel >= 1.7.0
BuildRequires: java-devel >= 1.7
BuildConflicts: java-devel >= 1.9
%else
BuildRequires: java-1_8_0-openjdk-devel
%endif