
On 09/18/2011 07:02 PM, Wen Congyang wrote:
At 09/15/2011 11:10 PM, Michal Privoznik Write:
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
On RHEL6.1GA, there is no package named augeas. It only has augeas-libs. On F15, it also only has augeas-libs.
What is augeas?
Augeas is the package that provides the standalone executable 'augtool' (this is the command line access to the augeas-libs library). It is built from the same sources as augeas-libs, though. I agree that it is not part of the stock RHEL 6.1GA repo, so you should probably raise a Red Hat bugzilla about getting it exposed now that libvirt wants to use it. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org