set dependencies on Java 11 for both deb and rpm

This commit is contained in:
Anton Keks 2022-01-20 18:39:43 +02:00
parent 10e633764c
commit a3e2fcbfcb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Version: VERSION
Priority: optional
Architecture: ARCH
Installed-Size: 1940
Depends: DEPENDS java8-runtime
Depends: DEPENDS java11-runtime
Maintainer: Anton Keks <anton@azib.net>
License: GPL-2
Description: Angry IP Scanner - fast and friendly IP Scanner

View File

@ -7,7 +7,7 @@ Group: Applications/Internet
BuildRoot: %{_builddir}/%{name}
URL: https://angryip.org/
Packager: Anton Keks
Requires: jre >= 1.8.0
Requires: java-11
%description
Angry IP Scanner is a cross-platform network scanner written in Java.