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

Cole Robinson crobinso at redhat.com
Mon Dec 17 23:38:59 UTC 2012


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
-- 
1.8.0.2




More information about the libvir-list mailing list