From 0ddd48f0b5300beaa72280e9d6a07fdb7833d4ce Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 3 Jul 2021 02:13:54 +0200 Subject: [PATCH] d/control: record breaks for older proxmox-backup-restore-image > requires a Breaks on the old restore image (else the restore daemon > crashes because of missing lock/LVM support). - F.G., mailing list Signed-off-by: Thomas Lamprecht --- debian/control | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index bd08f3ec..b710c544 100644 --- a/debian/control +++ b/debian/control @@ -165,6 +165,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: pve-qemu-kvm (>= 5.0.0-9), proxmox-backup-restore-image, +Breaks: proxmox-backup-restore-image (<< 0.3.1) Description: Proxmox Backup single file restore tools for pxar and block device backups This package contains the Proxmox Backup single file restore client for restoring individual files and folders from both host/container and VM/block diff --git a/debian/control.in b/debian/control.in index a197e905..7e580492 100644 --- a/debian/control.in +++ b/debian/control.in @@ -49,6 +49,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: pve-qemu-kvm (>= 5.0.0-9), proxmox-backup-restore-image, +Breaks: proxmox-backup-restore-image (<< 0.3.1) Description: Proxmox Backup single file restore tools for pxar and block device backups This package contains the Proxmox Backup single file restore client for restoring individual files and folders from both host/container and VM/block