]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: default vbox according to libvirtd build
authorEric Blake <eblake@redhat.com>
Tue, 3 Sep 2013 23:08:25 +0000 (17:08 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 4 Sep 2013 20:55:43 +0000 (14:55 -0600)
commitc021f5cecc0cea9537b3838003af1a1d313a942f
treec9a527eecd3d943c388b85ccc32ddaa286f32ca7
parentbf3d9811e270451ebe86b5a91848f9771c545474
spec: default vbox according to libvirtd build

Commit ba5f3c7 moved virtualBox support into libvirtd, but the spec
file was still unconditionally requesting it even when not building
the server side.  Thankfully there were no ill effects for a
client_only build, as most uses of %{with_vbox} were guarded by
%{with_libvirtd}; but we might as well avoid confusion by more
closely matching the makefile.

* libvirt.spec.in (with_vbox): Hoist to server conditionals.

Signed-off-by: Eric Blake <eblake@redhat.com>
libvirt.spec.in