From a3e2fcbfcbc20a8a7ffa8f9a88a7a48813bccf54 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Thu, 20 Jan 2022 18:39:43 +0200 Subject: [PATCH] set dependencies on Java 11 for both deb and rpm --- ext/deb-bundle/DEBIAN/control | 2 +- ext/rpmbuild/SPECS/ipscan.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/deb-bundle/DEBIAN/control b/ext/deb-bundle/DEBIAN/control index 8bbee7a1..de2acd27 100644 --- a/ext/deb-bundle/DEBIAN/control +++ b/ext/deb-bundle/DEBIAN/control @@ -4,7 +4,7 @@ Version: VERSION Priority: optional Architecture: ARCH Installed-Size: 1940 -Depends: DEPENDS java8-runtime +Depends: DEPENDS java11-runtime Maintainer: Anton Keks License: GPL-2 Description: Angry IP Scanner - fast and friendly IP Scanner diff --git a/ext/rpmbuild/SPECS/ipscan.spec b/ext/rpmbuild/SPECS/ipscan.spec index b1359e44..8f2622a1 100644 --- a/ext/rpmbuild/SPECS/ipscan.spec +++ b/ext/rpmbuild/SPECS/ipscan.spec @@ -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.