]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
deb,rpm: require socat for ceph-test
authorSage Weil <sage@redhat.com>
Fri, 21 Jul 2017 02:45:47 +0000 (22:45 -0400)
committerSage Weil <sage@redhat.com>
Mon, 24 Jul 2017 19:44:51 +0000 (15:44 -0400)
Used by qa/standalone/mon/mon-bind.sh.

Signed-off-by: Sage Weil <sage@redhat.com>
ceph.spec.in
debian/control

index 2725216f57f2f4a4b046ba42323768f4eb7230da..b1d16ae5914bd71cfd0c7945cae9b2359f8385d8 100644 (file)
@@ -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
index b9e4c67962ac8d3508384c45c728a78775d4d288..79bef9bfb355dd02a6b2fa28c4fc11e6e8ac6b88 100644 (file)
@@ -708,6 +708,7 @@ Architecture: linux-any
 Depends: ceph-common,
          curl,
          jq,
+        socat,
          xmlstarlet,
          ${misc:Depends},
          ${shlibs:Depends},