This commit is contained in:
parent
b3bb306bcf
commit
b3c051330b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 06:29:59 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- On supported platforms, avoid building with OpenJ9, in order to
|
||||
prevent build cycles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 17:00:13 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -37,7 +37,10 @@ BuildRequires: slf4j
|
||||
BuildRequires: unzip
|
||||
# The code uses sun.misc.URLClassloader
|
||||
BuildConflicts: java-devel >= 9
|
||||
BuildConflicts: java-headless >= 9
|
||||
# Avoid build cycles
|
||||
BuildConflicts: java-devel-openj9
|
||||
BuildConflicts: java-headless-openj9
|
||||
Requires: objectweb-asm >= 5
|
||||
Requires: slf4j
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user