summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-04-06 20:26:46 +0200
committerMichael Adam <obnox@samba.org>2020-04-06 23:01:16 +0200
commit590c33afe05a4ee6830c72c9e07515589ca31411 (patch)
tree2eb6b40a636f7fd6cdfecbaab9e606be82d99bb7 /packaging
parent8198e03b15434060a7491461eae435546e589b7d (diff)
downloadsamba-integration-590c33afe05a4ee6830c72c9e07515589ca31411.tar.gz
samba-integration-590c33afe05a4ee6830c72c9e07515589ca31411.tar.xz
samba-integration-590c33afe05a4ee6830c72c9e07515589ca31411.zip
samba-build: provide tdb-tools and ldb-tools from samba-client
This is in attempt to overcome the dependency problem that ctdb requires tdb-tools and our samba-client package provides the tools but they currently conflict with the system tdb-tools package. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/samba.spec.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/samba.spec.j2 b/packaging/samba.spec.j2
index 0733945..e5823df 100644
--- a/packaging/samba.spec.j2
+++ b/packaging/samba.spec.j2
@@ -298,6 +298,12 @@ Requires: libwbclient = %{samba_depver}
Provides: samba4-client = %{samba_depver}
Obsoletes: samba4-client < %{samba_depver}
+Provides: ldb-tools = %{samba_depver}
+Obsoletes: ldb-tools < %{samba_depver}
+
+Provides: tdb-tools = %{samba_depver}
+Obsoletes: tdb-tools < %{samba_depver}
+
Requires(post): %{_sbindir}/update-alternatives
Requires(postun): %{_sbindir}/update-alternatives