]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: add psmisc dependency to ceph-base (deb and rpm) 13786/head
authorNathan Cutler <ncutler@suse.com>
Thu, 2 Mar 2017 11:41:07 +0000 (12:41 +0100)
committerShinobu Kinjo <shinobu@redhat.com>
Fri, 3 Mar 2017 18:53:14 +0000 (03:53 +0900)
Fixes: http://tracker.ceph.com/issues/19129
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 769b695465162bc8424abf8e2f259e6765b5bbff)

Conflicts:
debian/control (jewel does not have f11acf2b 7e71cd2c)

ceph.spec.in
debian/control

index fd8ab92347f4f7444be593f78458091a0ab540f2..f72d5986c903f9e6f1c1f8e340cf827fa6ada2aa 100644 (file)
@@ -214,6 +214,7 @@ Requires:      util-linux
 Requires:      hdparm
 Requires:      cryptsetup
 Requires:      findutils
+Requires:      psmisc
 Requires:      which
 %if 0%{?suse_version}
 Recommends:    ntp-daemon
index 62c20a347f01b92fae4b104082741c3b2b96389e..977bd043d50edd25c13691d2e5626eda54a99e31 100644 (file)
@@ -93,6 +93,7 @@ Depends: binutils,
          python-argparse | libpython2.7-stdlib,
          python-pkg-resources,
          sdparm | hdparm,
+         psmisc,
          xfsprogs,
          ${misc:Depends},
          ${shlibs:Depends}