From 1dcbfc4661dd3f9d7bbc315f073190f765a95de2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Nov 2023 10:27:36 +0100 Subject: [PATCH] d/control: record break of with older ha-manager As the ha-manager accessed rather internal details before that version, and the memory property changing to a format-string with sub properties in 7f8c808 ("add memory parser") breaks that access, so ensure the installed ha-manager is using the newer get_derived_property method to access that information cleanly. Signed-off-by: Thomas Lamprecht --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 49f67b2e..e4ff8bfa 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,6 @@ Depends: dbus, ${perl:Depends}, ${shlibs:Depends}, Recommends: proxmox-backup-file-restore (>= 2.1.9-2) -Breaks: pve-ha-manager (<= 3.0-4), pve-manager (<= 6.0-13) +Breaks: pve-ha-manager (<< 4.0.1), pve-manager (<= 6.0-13) Description: Qemu Server Tools This package contains the Qemu Server tools used by Proxmox VE