
On 06/07/2013 05:36 AM, Daniel P. Berrange wrote:
On Thu, Jun 06, 2013 at 01:55:17PM -0400, Cole Robinson wrote:
Since this package isn't provided by any stock RH based distro. The upstream RPMs are called VirtualBox anyways. --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in index 47902e6..8d43e6d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1050,7 +1050,6 @@ Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release} Requires: libvirt-daemon-driver-secret = %{version}-%{release} Requires: libvirt-daemon-driver-storage = %{version}-%{release} %endif -Requires: vbox
%description daemon-vbox Server side daemon and driver required to manage the virtualization
Opps, that's the result of search + replace s/xen/vbox/
ACK
Thanks, pushed now. - Cole