[libvirt] [PATCH] Add libvirt-daemon-vbox & libvirt-daemon-driver-vbox RPMs

Daniel P. Berrange berrange at redhat.com
Fri May 17 14:37:11 UTC 2013


On Fri, May 17, 2013 at 08:27:34AM -0600, Eric Blake wrote:
> On 05/17/2013 07:29 AM, Daniel P. Berrange wrote:
> > From: "Daniel P. Berrange" <berrange at redhat.com>
> > 
> > Now the VirtualBox driver is a loadable module, it needs
> > to live in its own sub-RPM
> > 
> > Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> > ---
> >  libvirt.spec.in | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 51 insertions(+)
> 
> > +
> > +    %if %{with_vbox}
> > +%package daemon-vbox
> > +Summary: Server side daemon & driver required to run VirtualBoxguests
> 
> s/VirtualBoxguests/VirtualBox guests/
> 
> > +Group: Development/Libraries
> > +
> > +Requires: libvirt-daemon = %{version}-%{release}
> > +        %if %{with_driver_modules}
> > +            %if %{with_vbox}
> 
> Kill this %if.  It's redundant with the condition a few lines earlier
> (the Requires can be unconditional).
> 
> > +Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
> > +            %endif
> 
> ACK with those fixes.
> 
> Do we need a followup patch to mingw-libvirt.spec.in?

Once I'm able to successfully build mingw32 on F19 again I'll be
checking this :-)


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list