Accepting request 1170851 from Java:packages

This runs with java 8 just fine

OBS-URL: https://build.opensuse.org/request/show/1170851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsch?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2024-05-01 12:54:54 +00:00 committed by Git OBS Bridge
commit df682a7d04
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 29 12:18:36 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- The binaries are compatible with java 1.8
-------------------------------------------------------------------
Wed Feb 21 10:47:53 UTC 2024 - Gus Kenion <gus.kenion@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: jsch
Version: 0.2.15
Release: 0
@ -36,8 +39,7 @@ BuildRequires: javapackages-local >= 6
BuildRequires: jna
BuildRequires: jna-contrib
BuildRequires: slf4j
# The jar still works with Java 8
Requires: java >= 1.8
Requires: java-headless >= 1.8
BuildArch: noarch
%description