mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
set dependencies on Java 11 for both deb and rpm
This commit is contained in:
parent
10e633764c
commit
a3e2fcbfcb
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user