5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-08 21:18:03 +03:00

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-06 10:27:36 +01:00
parent 5bb8815a3f
commit 1dcbfc4661

2
debian/control vendored
View File

@ -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