From abafa0a3b0fe5c948d317e8adfa9f0f7afce142d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 2 May 2014 10:49:37 +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 8544e3b..9d11900 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.2 +Version: 0.2.3 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 +* Fri May 2 2014 Daniel B. - 0.2.3-1 +- Better handle snapshot failure when there's no lock + * Tue Apr 22 2014 Daniel B. - 0.2.2-1 - Lock LVM before snapshot