[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] Fix the configure flags in spec file
- From: Chris Lalancette <clalance redhat com>
- To: veillard redhat com
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] Fix the configure flags in spec file
- Date: Thu, 16 Jul 2009 11:26:04 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]