]> git.proxmox.com Git - pve-firewall.git/commitdiff
d/control: bump pve-cluster dependency for new lock methods
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:57:04 +0000 (18:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 17:05:49 +0000 (19:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
src/PVE/API2/Firewall/Rules.pm

index e91f9f77ac53c6eec4970504d74fb83145d8e515..bcbe2896630e504807bab3e57951f738efa33f8f 100644 (file)
@@ -23,7 +23,7 @@ Depends: ebtables,
          libpve-cluster-perl,
          libpve-common-perl,
          lsb-base,
          libpve-cluster-perl,
          libpve-common-perl,
          lsb-base,
-         pve-cluster (>= 6.0-4),
+         pve-cluster (>= 6.1-6),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
index 1e76e99ae879a32be3f9d07655d538cc7471ac63..63d15b514827570fb141f954ce773a4b5ebb7bf9 100644 (file)
@@ -2,6 +2,7 @@ package PVE::API2::Firewall::RulesBase;
 
 use strict;
 use warnings;
 
 use strict;
 use warnings;
+
 use PVE::JSONSchema qw(get_standard_option);
 use PVE::Exception qw(raise raise_param_exc);
 
 use PVE::JSONSchema qw(get_standard_option);
 use PVE::Exception qw(raise raise_param_exc);