Accepting request 767663 from Java:Factory

Avoid building with OpenJ9

OBS-URL: https://build.opensuse.org/request/show/767663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=69
This commit is contained in:
Dominique Leuenberger 2020-01-30 08:35:17 +00:00 committed by Git OBS Bridge
commit 136c682013
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 27 11:41:21 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- On platform where OpenJ9 exists, avoid building with it in order
to prevent build cycles
-------------------------------------------------------------------
Tue Jan 21 06:40:46 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -248,6 +248,7 @@ Provides: jre1.8.x
%if %{with bootstrap}
BuildRequires: java-devel >= 1.7
BuildConflicts: java-devel >= 1.9
buildConflicts: java-devel-openj9
%else
BuildRequires: %{name}-devel
%endif