From 1c5cd7df73076c935ac9d4791877a0e940509491 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 11 Jan 2011 17:18:24 -0500 Subject: [PATCH] - Run ldconfig on python-tdb --- libtdb.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 8f8f6ba..75cd7c8 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -6,7 +6,7 @@ Name: libtdb Version: 1.2.9 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -97,13 +97,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{python_sitearch}/tdb.so -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig + +%post -n python-tdb -p /sbin/ldconfig + +%postun -n python-tdb -p /sbin/ldconfig %changelog +* Tue Jan 11 2011 Stephen Gallagher - 1.2.9-5 +- Run ldconfig on python-tdb + * Tue Jan 11 2011 Stephen Gallagher - 1.2.9-4 - Do not delete a necessary file during %%install