diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index fb2195f..32194ae 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.21-1 ./ +0.2.22-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index d6131d7..ca7cc15 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.21 +Version: 0.2.22 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -63,6 +63,11 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Mon May 27 2019 Daniel Berteaud 0.2.22-1 +- Support pigz compression (daniel@firewall-services.com) +- Don't try to detect backing LVM volume is snapshot is disabled + (daniel@firewall-services.com) + * Wed Oct 24 2018 Daniel Berteaud 0.2.21-1 - Various fixes in lock handling (daniel@firewall-services.com)