From 66fa059e1a772634b57eedf0db59c9a1f3a5a6a8 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 17 Dec 2012 18:34:25 -0500 Subject: [PATCH] spec: Fix script warning when uninstalling libvirt-client https://bugzilla.redhat.com/show_bug.cgi?id=888071 (cherry picked from commit d60c7f75c2375fd1a2cfc7e3c4c2e7b030b4b886) --- libvirt.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index b04f02ed53..95295960f5 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1575,8 +1575,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