[pve-devel] [PATCH storage v4 2/2] d/control: dependencies: add bzip2, gzip, lzop, zstd
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Sep 13 10:23:58 CEST 2024
> Maximiliano Sandoval <m.sandoval at proxmox.com> hat am 13.09.2024 10:13 CEST geschrieben:
>
>
> The decompressor_info method calls binaries provided by these packages
> so they are (alphabetically) added explicitly as dependencies.
>
> To avoid a build-time error
>
> E: libpve-storage-perl: depends-on-essential-package-without-using-version Depends: gzip
>
> the current minor version available in bullseye was set for gzip.
this part of the commit message should be dropped when applying (or sending a v5, if warranted for other reasons).
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
> debian/control | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index d7afa987..9dec3a43 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -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.1.1),
> 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),
> --
> 2.39.2
>
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list