[libvirt] [PATCH] spec: Fix script warning when uninstalling libvirt-client

Osier Yang jyang at redhat.com
Tue Dec 18 04:01:03 UTC 2012


On 2012年12月18日 07:38, Cole Robinson wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=888071
> ---
>   libvirt.spec.in | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index 7457a48..a5dce14 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -1605,8 +1605,9 @@ fi
>   /sbin/chkconfig --add libvirt-guests
>   %endif
>
> -%postun client -p /sbin/ldconfig
> +%postun client
>
> +/sbin/ldconfig
>   %if %{with_systemd}
>   %if %{with_systemd_macros}
>   %systemd_postun_with_restart libvirt-guests.service

ACK.




More information about the libvir-list mailing list