diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index ecc7db3..d7ba4d9 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.24-1 ./ +0.2.25-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index f97fe56..e831fd3 100644 --- a/virt-backup.spec +++ b/virt-backup.spec @@ -1,7 +1,7 @@ Summary: backup script for libvirt managed VM Name: virt-backup -Version: 0.2.24 +Version: 0.2.25 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -63,6 +63,9 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Thu May 07 2020 Daniel Berteaud 0.2.25-1 +- Wait longer before removing LVM snapshots (daniel@firewall-services.com) + * Tue Apr 14 2020 Daniel Berteaud 0.2.24-1 - Try to preserve sparse files when dumping with no compression (daniel@firewall-services.com)