Accepting request 1170855 from Java:packages

This runs with java 8 just fine

OBS-URL: https://build.opensuse.org/request/show/1170855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-languages?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-04-30 15:27:27 +00:00 committed by Git OBS Bridge
commit 5fc59f972f
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> Wed Apr 10 09:14:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

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