d/control: bump (build-)dependency for libpve-guest-common-perl

Version 5.2.0 of libpve-guest-common-perl is required for the
PVE/Mapping/Dir.pm module, but there was a transitive dependency for
libpve-cluster-perl missing for tracking the corresponding file on the
cluster file system and build would still fail with: > unknown file
'mapping/directory.cfg' at /usr/share/perl5/PVE/Cluster.pm

Version 5.2.2 of libpve-guest-common-perl depends on recent enough
libpve-cluster-perl to fix this.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2025-04-08 10:12:33 +02:00 committed by Thomas Lamprecht
parent 01b761e7f0
commit dfdd5c3689

4
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libpve-apiclient-perl,
libpve-cluster-perl,
libpve-common-perl (>= 8.0.2),
libpve-guest-common-perl (>= 5.1.0),
libpve-guest-common-perl (>= 5.2.2),
libpve-storage-perl (>= 8.2.10),
libtest-mockmodule-perl,
liburi-perl,
@ -38,7 +38,7 @@ Depends: dbus,
libpve-apiclient-perl,
libpve-cluster-perl,
libpve-common-perl (>= 8.2.6),
libpve-guest-common-perl (>= 5.1.7),
libpve-guest-common-perl (>= 5.2.2),
libpve-storage-perl (>= 8.3.5),
libterm-readline-gnu-perl,
liburi-perl,