On Thu, 2009-09-17 at 20:51 +0100, Daniel P. Berrange wrote: 
> On Thu, Sep 17, 2009 at 08:31:54PM +0100, Paul Jenner wrote:
> > On Thu, 2009-09-17 at 13:14 +0100, Daniel P. Berrange wrote: 
> > > %if %{with_python}
> > > %package python
> > > Summary: Python bindings for the libvirt library
> > > Group: Development/Libraries
> > > Requires: libvirt = %{version}-%{release}
> > 
> > Do the python bindings really depend on the libvirt (daemon) package or
> > just libvirt-client libraries?
> > 
> > At the moment, I don't think I can install virt-manager on a management
> > client machine without also installing the libvirt daemon due to this
> > dependency - which feels wrong.
> 
> Yeah that's bogus, we forgot to change the dep to libvirt-client

So is the attached an acceptable patch (although I have not tested it)?

It would be nice if virt-manager could be installed on F12 without
requiring libvirt daemon and dependencies.

Paul

-- 
Paul Jenner <p...@familyjenner.co.uk>
diff -Naur libvirt/libvirt.spec.in libvirt.psj/libvirt.spec.in
--- libvirt/libvirt.spec.in	2009-09-26 19:55:46.000000000 +0100
+++ libvirt.psj/libvirt.spec.in	2009-09-26 19:59:03.000000000 +0100
@@ -355,7 +355,7 @@
 %package python
 Summary: Python bindings for the libvirt library
 Group: Development/Libraries
-Requires: libvirt = %{version}-%{release}
+Requires: libvirt-client = %{version}-%{release}
 
 %description python
 The libvirt-python package contains a module that permits applications
--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to