From 3f9c3a04d1b40052421521594da1b6c5a41cfd75 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 8 Jun 2023 17:25:05 +0200 Subject: [PATCH] d/control: bump versioned dependency for libpve-guest-common-perl to ensure we got the vnet access check helper available for us, and also that the get_derived_property interface is available for our users Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f9659c45..23601b2e 100644 --- a/debian/control +++ b/debian/control @@ -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.0.1), + libpve-guest-common-perl (>= 5.0.3), libpve-storage-perl (>= 6.1-7), libtest-mockmodule-perl, libuuid-perl, @@ -38,7 +38,7 @@ Depends: dbus, libpve-apiclient-perl, libpve-cluster-perl, libpve-common-perl (>= 8.0.2), - libpve-guest-common-perl (>= 5.0.1), + libpve-guest-common-perl (>= 5.0.3), libpve-storage-perl (>= 7.2-10), libterm-readline-gnu-perl, libuuid-perl,