From: Thomas Lamprecht Date: Sat, 2 May 2020 16:57:04 +0000 (+0200) Subject: d/control: bump pve-cluster dependency for new lock methods X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=1c49d333d7fb0a4e64dd904015aaf6fbf3b08d08 d/control: bump pve-cluster dependency for new lock methods Signed-off-by: Thomas Lamprecht --- diff --git a/debian/control b/debian/control index e91f9f7..bcbe289 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Depends: ebtables, libpve-cluster-perl, libpve-common-perl, lsb-base, - pve-cluster (>= 6.0-4), + pve-cluster (>= 6.1-6), ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, diff --git a/src/PVE/API2/Firewall/Rules.pm b/src/PVE/API2/Firewall/Rules.pm index 1e76e99..63d15b5 100644 --- a/src/PVE/API2/Firewall/Rules.pm +++ b/src/PVE/API2/Firewall/Rules.pm @@ -2,6 +2,7 @@ package PVE::API2::Firewall::RulesBase; use strict; use warnings; + use PVE::JSONSchema qw(get_standard_option); use PVE::Exception qw(raise raise_param_exc);