From: Nathan Cutler Date: Thu, 2 Mar 2017 11:41:07 +0000 (+0100) Subject: build/ops: add psmisc dependency to ceph-base (deb and rpm) X-Git-Tag: v12.0.1~194^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13744%2Fhead;p=ceph.git build/ops: add psmisc dependency to ceph-base (deb and rpm) Fixes: http://tracker.ceph.com/issues/19129 Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index cdd36699f04b..c4949d675249 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -229,6 +229,7 @@ Requires: logrotate Requires: util-linux Requires: cryptsetup Requires: findutils +Requires: psmisc Requires: which %if 0%{?suse_version} Recommends: ntp-daemon diff --git a/debian/control b/debian/control index 187acb0d562e..7b3dcff34fbc 100644 --- a/debian/control +++ b/debian/control @@ -84,6 +84,7 @@ Depends: binutils, gdisk, grep, logrotate, + psmisc, ${python:Depends}, xfsprogs, ${misc:Depends},