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

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@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

Daniel Veillard wrote:
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 !
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
ACK, this gets rid of the warnings for me. -- Chris Lalancette
participants (2)
-
Chris Lalancette
-
Daniel Veillard