From: Nathan Cutler Date: Wed, 5 Jun 2019 15:30:30 +0000 (+0200) Subject: build/ops: make "patch" build dependency explicit X-Git-Tag: v13.2.7~213^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29150%2Fhead;p=ceph.git build/ops: make "patch" build dependency explicit This commit adds "patch" as an explicit build dependency. Before, the RPM build was installing it in the build environment via some mechanism that I don't entirely understand. The "patch" command is used by the BuildBoost cmake module. Fixes: http://tracker.ceph.com/issues/40175 Signed-off-by: Nathan Cutler (cherry picked from commit fe632e2d886791e2168ee6200b5bf1bfe8c88d0e) --- diff --git a/ceph.spec.in b/ceph.spec.in index 8c01cd28861f..ee82e9cb01b2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -161,6 +161,7 @@ BuildRequires: libxml2-devel BuildRequires: libuuid-devel BuildRequires: make BuildRequires: parted +BuildRequires: patch BuildRequires: perl BuildRequires: pkgconfig BuildRequires: procps diff --git a/debian/control b/debian/control index 4be8197b36d8..56df3057f90b 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Build-Depends: bc, libxml2-dev, lsb-release, parted, + patch, pkg-config, python (>= 2.7), python-all-dev,