diff --git a/baselibs.conf b/baselibs.conf index 8ec774a..cad810d 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,2 @@ libtdb1 +python-tdb diff --git a/tdb.changes b/tdb.changes index 9503dce..f523439 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 29 12:01:12 UTC 2013 - lmuelle@suse.com + +- PreReq /sbin/ldconfig from python-tdb. + +------------------------------------------------------------------- +Thu Aug 29 10:55:11 UTC 2013 - lmuelle@suse.com + +- Add python-tdb to baselibs.conf. + ------------------------------------------------------------------- Mon Jul 22 10:53:36 UTC 2013 - lmuelle@suse.com diff --git a/tdb.spec b/tdb.spec index 6cf7d76..b4cad8b 100644 --- a/tdb.spec +++ b/tdb.spec @@ -109,6 +109,7 @@ This package contains tools to manage Tdb files. Summary: Python bindings for the Tdb library Group: Development/Libraries/Python Requires: %{libtdb_name} = %{version} +PreReq: /sbin/ldconfig %description -n python-tdb This package contains the python bindings for the Tdb library.