From 1fd282e52944aa4e4d959deb15d48a0a91024d8b5d4ab87949793d99a7fcaccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 29 Aug 2013 10:55:34 +0000 Subject: [PATCH 1/3] Add python-tdb to baselibs.conf. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=37 --- baselibs.conf | 1 + tdb.changes | 5 +++++ 2 files changed, 6 insertions(+) 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..a5b5d2c 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 From 2d0df9ae2d46a92ee720f4fb19c9d3079f4d36bcd160165d5e8dc94949b5ac95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 29 Aug 2013 11:58:02 +0000 Subject: [PATCH 2/3] PreReq /sbin/ldconfig from python-tdb as we us it in %post and %postun. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=38 --- tdb.spec | 1 + 1 file changed, 1 insertion(+) 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. From d815ad8bfdafeae5822d07e7fd0f13d5fc20288496359149c5a4856be3f53570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 29 Aug 2013 12:04:14 +0000 Subject: [PATCH 3/3] PreReq /sbin/ldconfig from python-tdb. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=39 --- tdb.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tdb.changes b/tdb.changes index a5b5d2c..f523439 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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