1
0
Fridrich Strba 2024-04-29 11:46:26 +00:00 committed by Git OBS Bridge
parent 6bfbbfc09a
commit 535322f5ba
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 29 11:45:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- The binaries are compatible with java 1.8
-------------------------------------------------------------------
Wed Apr 10 09:14:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -36,7 +36,10 @@ BuildRequires: objectweb-asm
BuildRequires: plexus-containers-component-annotations
BuildRequires: qdox >= 2
BuildRequires: sisu-inject
Requires: java >= 1.8
# The automatic requires would be java-headless >= 9, but the
# binaries are java 8 compatible
%define __requires_exclude java-headless
Requires: java-headless >= 1.8
BuildArch: noarch
%description