From 1c49d333d7fb0a4e64dd904015aaf6fbf3b08d08 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 2 May 2020 18:57:04 +0200 Subject: [PATCH] d/control: bump pve-cluster dependency for new lock methods Signed-off-by: Thomas Lamprecht --- debian/control | 2 +- src/PVE/API2/Firewall/Rules.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2