From 38ee2a34d04a9d09dbb1de18d5dd6a1702f6ff30 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 1 Jun 2017 01:12:11 +0200 Subject: [PATCH] build/ops: rpm: add which as a build dependency, unconditionally Although "which" is only used in the tests, we need the dependency to be picked up by install-deps.sh. This is a stopgap measure until we can get rid of the dependency entirely by replacing "which" with "type -P" in the tests. Fixes: http://tracker.ceph.com/issues/20127 Signed-off-by: Nathan Cutler --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 6e8690b8318..1f09e5d2d7e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -135,6 +135,7 @@ BuildRequires: snappy-devel BuildRequires: udev BuildRequires: util-linux BuildRequires: valgrind-devel +BuildRequires: which BuildRequires: xfsprogs BuildRequires: xfsprogs-devel BuildRequires: xmlstarlet -- 2.39.5