From: Mark McLoughlin Date: Wed, 29 Jul 2009 08:55:43 +0000 (+0100) Subject: Move ldconfig calls to libvirt-client %post/%postun X-Git-Tag: v0.7.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d672afeb96e1a0c078aa9f94b63679ec8d3bcb;p=thirdparty%2Flibvirt.git Move ldconfig calls to libvirt-client %post/%postun Now that the library has moved to libvirt-client --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6228d0b26d..b79e766001 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -411,7 +411,6 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/libvirtd rm -fr %{buildroot} %post -/sbin/ldconfig %if %{with_libvirtd} %if %{with_qemu} @@ -440,7 +439,9 @@ if [ $1 = 0 ]; then fi %endif -%postun -p /sbin/ldconfig +%post client -p /sbin/ldconfig + +%postun client -p /sbin/ldconfig %files %defattr(-, root, root)