diff --git a/virt-backup.spec b/virt-backup.spec index 975e01a..6f447b1 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.4 +Version: 0.2.5 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -60,6 +60,9 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" -e "s|/sbin/lvremove|/usr/sbin %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Wed Jun 4 2014 Daniel B. - 0.2.5-1 +- Fix breaking the loop while taking snapshots + * Tue Jun 3 2014 Daniel B. - 0.2.4-1 - Try up to 30 times to take a snapshot before giving up