From: Marco Yuen Date: Tue, 3 Jul 2012 19:21:38 +0000 (-0400) Subject: Disable qemu RPM package. X-Git-Tag: libvirt-0.10.1-0 X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=commitdiff_plain;h=ba8fb9e5c43ad7a10dac5d520579f21c50dfa166 Disable qemu RPM package. --- diff --git a/libvirt.spec b/libvirt.spec index 9ccfd68..74d8b76 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -607,18 +607,18 @@ Network filter configuration files for cleaning guest traffic # create daemon-drv-XXX sub-RPMs and add them as deps # to all of the following daemon-XXX RPMs -%if %{with_qemu_tcg} -%package daemon-qemu -Summary: Server side daemon & driver required to run QEMU guests -Group: Development/Libraries +#%if %{with_qemu_tcg} +#%package daemon-qemu +#Summary: Server side daemon & driver required to run QEMU guests +#Group: Development/Libraries -Requires: libvirt-daemon = %{version}-%{release} -Requires: qemu +#Requires: libvirt-daemon = %{version}-%{release} +#Requires: qemu -%description daemon-qemu -Server side daemon and driver required to manage the virtualization -capabilities of the QEMU TCG emulators -%endif +#%description daemon-qemu +#Server side daemon and driver required to manage the virtualization +#capabilities of the QEMU TCG emulators +#%endif #%if %{with_qemu_kvm} @@ -1338,10 +1338,10 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd %{_sysconfdir}/libvirt/nwfilter/*.xml %endif -%if %{with_qemu_tcg} -%files daemon-qemu -%defattr(-, root, root) -%endif +#%if %{with_qemu_tcg} +#%files daemon-qemu +#%defattr(-, root, root) +#%endif #%if %{with_qemu_kvm} #%files daemon-kvm