From 7e13deaca22d28b7fa7cbf7fc2163a320d7057e6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 5 Mar 2013 23:39:28 +0100 Subject: [PATCH] update spec file --- virt-backup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/virt-backup.spec b/virt-backup.spec index 5069e1a..2f1a9dd 100644 --- a/virt-backup.spec +++ b/virt-backup.spec @@ -1,8 +1,8 @@ Summary: backup script for libvirt managed VM Name: virt-backup -Version: 0.1.2 -Release: 1.beta0 +Version: 0.1.3 +Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -71,6 +71,9 @@ getent passwd qemu >/dev/null || \ %dir %attr(0770, qemu, kvm) %{_localstatedir}/lib/libvirt/backup %changelog +* Tue MMar 5 2013 Daniel B. - 0.1.3-1 +- Send /dev/null to lvm commands stdin + * Tue Nov 20 2012 Daniel B. - 0.1.2-1 - Fix some spacing issue - re-add full path to lvcreate and lvremove