Accepting request 767559 from Java:packages

Avoid building with OpenJ9 to prevent build cycle

OBS-URL: https://build.opensuse.org/request/show/767559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geronimo-specs?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2020-01-30 08:33:28 +00:00 committed by Git OBS Bridge
commit 967a03cd4d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 27 06:32:39 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- On supported platforms, avoid building with OpenJ9, in order to
prevent build cycles.
-------------------------------------------------------------------
Tue Dec 10 23:10:17 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package geronimo-specs
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -79,6 +79,9 @@ BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: junit >= 3.8.1
BuildConflicts: java-devel >= 11
BuildConflicts: java-headless >= 11
BuildConflicts: java-devel-openj9
BuildConflicts: java-headless-openj9
BuildArch: noarch
%description