From 70a339970c151d78eda48a7f28a93d36674d1a54 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 28 Jul 2009 18:50:30 +0100 Subject: [PATCH] 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 --- libvirt.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- GitLab