From 6b2458065e8f664463a1c14d9098ddb65b09ba7e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 20 Jul 2017 22:45:47 -0400 Subject: [PATCH] deb,rpm: require socat for ceph-test Used by qa/standalone/mon/mon-bind.sh. Signed-off-by: Sage Weil --- ceph.spec.in | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 2725216f57f..b1d16ae5914 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -678,6 +678,7 @@ Group: System/Benchmark Requires: ceph-common Requires: xmlstarlet Requires: jq +Requires: socat %description -n ceph-test This package contains Ceph benchmarks and test tools. %endif diff --git a/debian/control b/debian/control index b9e4c67962a..79bef9bfb35 100644 --- a/debian/control +++ b/debian/control @@ -708,6 +708,7 @@ Architecture: linux-any Depends: ceph-common, curl, jq, + socat, xmlstarlet, ${misc:Depends}, ${shlibs:Depends}, -- 2.39.5