diff options
author | Michael Adam <obnox@samba.org> | 2011-04-05 13:58:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-04-05 13:58:09 +0200 |
commit | 26ab9c272fdaa86e3ef1b5837cbfbc68838a7705 (patch) | |
tree | e797da27ac1e27ec9f5fac8598911d646a074487 /ctdb/packaging | |
parent | c9dc10292edf7b89d22d105ed462cffeafda7295 (diff) | |
download | samba-26ab9c272fdaa86e3ef1b5837cbfbc68838a7705.tar.gz samba-26ab9c272fdaa86e3ef1b5837cbfbc68838a7705.tar.xz samba-26ab9c272fdaa86e3ef1b5837cbfbc68838a7705.zip |
packaging: remove the dependency to tdbtool and tdbdump from the spec file
The init script does now check for the availability of tdbdump
and "tdbtool check" and issues warnings if they are not available.
This can remove a dependency loop with building samba RPMs.
(This used to be ctdb commit c7652c4038e012b7ef9bc1da352dd2c02d60dc29)
Diffstat (limited to 'ctdb/packaging')
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 1f43825ec2..4a0cc32a6d 100644 --- a/ctdb/packaging/RPM/ctdb.spec.in +++ b/ctdb/packaging/RPM/ctdb.spec.in @@ -14,7 +14,6 @@ Source: ctdb-%{version}.tar.gz Prereq: /bin/mktemp /usr/bin/killall Prereq: fileutils sed /etc/init.d -Prereq: /usr/bin/tdbdump /usr/bin/tdbtool Provides: ctdb = %{version} |