From 377f782eb84d5ac3646e791e37024a9bd681f669 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Sep 2010 20:28:11 +0200 Subject: [PATCH 1/1] RPM: libmetaproxy3 calls ldconfig --- metaproxy.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/metaproxy.spec b/metaproxy.spec index 4908ba5..dc541c5 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -74,11 +74,9 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/*.so.* %dir %{_libdir}/metaproxy/modules -%post -n libmetaproxy3 -/sbin/ldconfig +%post -n libmetaproxy3 -p /sbin/ldconfig -%postun -n libmetaproxy3 -/sbin/ldconfig +%postun -n libmetaproxy3 -p /sbin/ldconfig %files -n libmetaproxy3-devel %defattr(-,root,root) -- 1.7.10.4