diff options
author | Martin Schwenke <martin@meltin.net> | 2019-03-06 19:16:55 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2019-03-15 05:17:14 +0000 |
commit | 957c38b65ca060eabe1e676f8dfb54839d706155 (patch) | |
tree | ea016747bf652b728ee06e4bab71f03a02f7b579 /ctdb | |
parent | b2b8dce4fc56c27ef0131104b316346565369dd7 (diff) | |
download | samba-957c38b65ca060eabe1e676f8dfb54839d706155.tar.gz |
ctdb-packaging: Test package requires tcpdump
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13838
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@samba.org>
Diffstat (limited to 'ctdb')
-rw-r--r-- | ctdb/packaging/RPM/ctdb.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in index 60778117105..efece159bdc 100644 --- a/ctdb/packaging/RPM/ctdb.spec.in +++ b/ctdb/packaging/RPM/ctdb.spec.in @@ -258,7 +258,7 @@ development libraries for ctdb Summary: CTDB test suite Group: Development/Tools Requires: ctdb = %{version} -Requires: nc +Requires: nc, tcpdump %description tests test suite for ctdb |