]> git.proxmox.com Git - pve-storage.git/commitdiff
d/control: add dependency relation on libpve-access-control
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Feb 2024 14:51:23 +0000 (15:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Feb 2024 14:51:25 +0000 (15:51 +0100)
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>
debian/control

index 57481b10159014f77e2f19f960d3a43ebc69c5ac..7bf40a5071a8c9068f9358bd16eed4ab89ffed40 100644 (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),