- Run ldconfig on python-tdb
This commit is contained in:
parent
34a1fb47e2
commit
1c5cd7df73
15
libtdb.spec
15
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 <sgallagh@redhat.com> - 1.2.9-5
|
||||
- Run ldconfig on python-tdb
|
||||
|
||||
* Tue Jan 11 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.2.9-4
|
||||
- Do not delete a necessary file during %%install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user