diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index 32194ae..9eeda8d 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.22-1 ./ +0.2.23-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index ca7cc15..3e4f14c 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.22 +Version: 0.2.23 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 +* Tue Apr 14 2020 Daniel Berteaud 0.2.23-1 +- Remove redundant debug statement (daniel@firewall-services.com) +- Fix $glock scope (daniel@firewall-services.com) +- Fix tito releasers (daniel@firewall-services.com) + * 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