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

Eric Blake eblake at redhat.com
Fri May 17 14:27:34 UTC 2013


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?

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130517/9560b019/attachment-0001.sig>


More information about the libvir-list mailing list