From 47b7ebbc9650bb5627792bef9810881eb73b0a26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 24 Jul 2023 14:08:13 +0200 Subject: [PATCH] common: bump pve-rs dep to 0.8.5 for Proxmox::RS::Notify Note: this is more of a soft requirement, since as long as the Notify module isn't loaded we don't need the latest version. This is important to keep in mind since we do not currently have a `pmg-rs` notify `Context` implementation and thus cannot depend on a newer `pmg-rs`. However, as long as pmg code doesn't try to *use* the Notify module, this won't be a problem. Signed-off-by: Wolfgang Bumiller --- common/pkg/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pkg/debian/control b/common/pkg/debian/control index 6fdf25e..c01fcd8 100644 --- a/common/pkg/debian/control +++ b/common/pkg/debian/control @@ -13,7 +13,7 @@ Package: libproxmox-rs-perl Architecture: any # always bump both versioned Depends and Breaks, otherwise systems with both # libpmg-rs-perl and libpve-rs-perl might load an outdated lib and break -Depends: libpve-rs-perl (>= 0.7.2) | libpmg-rs-perl (>= 0.6.2), +Depends: libpve-rs-perl (>= 0.8.5) | libpmg-rs-perl (>= 0.6.2), ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},