[libvirt] [PATCH] Fix the configure flags in spec file

Daniel Veillard veillard at redhat.com
Thu Jul 16 09:08:36 UTC 2009


 Our libvirt spec file was still using old configuration options
which had been deprecated. Fix that to use the new option, good thing
the spec value matches the default !
 Thanks for Chris Lalancette for raising this !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
-------------- next part --------------
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 6321eaa..ffac3d4 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -310,8 +310,7 @@ of recent versions of Linux (and other OSes).
            %{?_without_storage_disk} \
            %{?_without_numactl} \
            --with-init-script=redhat \
-           --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
-           --with-remote-file=%{_localstatedir}/run/libvirtd.pid
+           --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid
 make %{?_smp_mflags}
 
 %install


More information about the libvir-list mailing list