[dmraid/f18] Fix postun scriptlet to run ldconfig properly.

Peter Rajnoha prajnoha at fedoraproject.org
Wed Nov 28 09:26:38 UTC 2012


commit 94ef489dc43ec5e1b9d84364be021c27cc05a244
Author: Peter Rajnoha <prajnoha at redhat.com>
Date:   Wed Nov 28 10:26:29 2012 +0100

    Fix postun scriptlet to run ldconfig properly.

 dmraid.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/dmraid.spec b/dmraid.spec
index e2415ae..67d3e0b 100644
--- a/dmraid.spec
+++ b/dmraid.spec
@@ -7,7 +7,7 @@
 Summary: dmraid (Device-mapper RAID tool and library)
 Name: dmraid
 Version: 1.0.0.rc16
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://people.redhat.com/heinzm/sw/dmraid
@@ -133,7 +133,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 # 1. Main package
 %files
@@ -169,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost /var/cache/logwatch/dmeventd/syslogpattern.txt
 
 %changelog
+* Wed Nov 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0.rc16-18
+- Fix postun scriptlet to run ldconfig properly.
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0.rc16-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list