From: Mark McLoughlin Date: Tue, 28 Jul 2009 17:50:30 +0000 (+0100) Subject: Use a %postun -p for one line scriptlet X-Git-Tag: v0.7.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a339970c151d78eda48a7f28a93d36674d1a54;p=thirdparty%2Flibvirt.git Use a %postun -p for one line scriptlet Changed by Rich Jones, presumably for this: libvirt.x86_64: W: one-line-command-in-%postun /sbin/ldconfig see: https://bugzilla.redhat.com/226055 --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6928c659ca..95de04a834 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -436,8 +436,7 @@ if [ $1 = 0 ]; then fi %endif -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-, root, root)