5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-08 21:18:06 +03:00

d/control: dependencies: add bzip2, gzip, lzop, zstd

The decompressor_info method calls binaries provided by these packages
so they are (alphabetically) added explicitly as dependencies.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
FG: adapted commit message
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-09-13 10:13:52 +02:00 committed by Fabian Grünbichler
parent 2627da22cb
commit ddc8c69bfa

5
debian/control vendored
View File

@ -26,7 +26,8 @@ Breaks: libpve-guest-common-perl (<< 4.0-3),
pve-container (<< 3.1-2),
pve-manager (<< 5.2-12),
qemu-server (<< 6.1-14),
Depends: ceph-common (>= 12.2~),
Depends: bzip2,
ceph-common (>= 12.2~),
ceph-fuse,
cifs-utils,
cstream,
@ -39,6 +40,7 @@ Depends: ceph-common (>= 12.2~),
libpve-common-perl (>= 8.2.3),
librados2-perl,
lvm2,
lzop,
nfs-common,
proxmox-backup-client (>= 2.1.10~),
proxmox-backup-file-restore,
@ -47,6 +49,7 @@ Depends: ceph-common (>= 12.2~),
smbclient,
thin-provisioning-tools,
udev,
zstd,
${misc:Depends},
${perl:Depends},
Recommends: pve-esxi-import-tools (>= 0.6.0),