]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
common: bump pve-rs dep to 0.8.5 for Proxmox::RS::Notify
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 12:08:13 +0000 (14:08 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 12:14:06 +0000 (14:14 +0200)
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 <w.bumiller@proxmox.com>
common/pkg/debian/control

index 6fdf25e310c7d75685f937a99a8402d9684403be..c01fcd89bc23eb4afb8003309b24e2e14d15db28 100644 (file)
@@ -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},