From f25638e46759142b4b032068a8fd26cf4cff96e8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Jun 2014 10:25:07 +0200 Subject: [PATCH] Spec file update --- virt-backup.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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