This commit is contained in:
parent
03d3eead40
commit
32f97f8043
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 11:21:47 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Force building with java 11 on ix86 in order to avoid random
|
||||
build failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 15:15:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -46,9 +46,11 @@ BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-schemas)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
%ifarch %{ix86}
|
||||
BuildConflicts: java >= 12
|
||||
BuildConflicts: java-devel >= 12
|
||||
BuildConflicts: java-headless >= 12
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user