[libvirt] [PATCH v2] spec: Require augeas for sanlock

Michal Privoznik mprivozn at redhat.com
Thu Sep 15 15:10:30 UTC 2011


Even though we BuildRequire augeas in some cases, we need to require
it even after if we build with sanlock. virt-sanlock-cleanup use it.
---
 libvirt.spec.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 648b50f..19f91d7 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -519,6 +519,8 @@ the virtualization capabilities of recent versions of Linux (and other OSes).
 Summary: Sanlock lock manager plugin for QEMU driver
 Group: Development/Libraries
 Requires: sanlock
+#for virt-sanlock-cleanup require augeas
+Requires: augeas
 Requires: %{name} = %{version}-%{release}
 
 %description lock-sanlock
-- 
1.7.3.4




More information about the libvir-list mailing list