d/control: add dependency relation on libpve-access-control

We actually use it already (partially without perl use statement) and
the use of the new Sys.AccessNetwork privilege should be version
guarded too.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2024-02-28 15:51:23 +01:00
parent 17e0b01b7f
commit 71176c2b8c

2
debian/control vendored
View File

@ -5,6 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13),
libfile-chdir-perl,
libposix-strptime-perl,
libpve-access-control,
libpve-cluster-perl,
libpve-common-perl (>= 6.3-2),
librados2-perl,
@ -32,6 +33,7 @@ Depends: ceph-common (>= 12.2~),
glusterfs-client (>= 3.4.0-2),
libfile-chdir-perl,
libposix-strptime-perl,
libpve-access-control (>= 8.1.2),
libpve-apiclient-perl (>= 3.1-1),
libpve-cluster-perl,
libpve-common-perl (>= 8.0.10),