mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
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 <ncutler@suse.com>
This commit is contained in:
parent
ee11e9b60b
commit
fe632e2d88
@ -177,6 +177,7 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: parted
|
||||
BuildRequires: patch
|
||||
BuildRequires: perl
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -60,6 +60,7 @@ Build-Depends: cmake (>= 3.5),
|
||||
librabbitmq-dev,
|
||||
lsb-release,
|
||||
parted,
|
||||
patch,
|
||||
pkg-config,
|
||||
# Crimson protobuf-compiler,
|
||||
python (>= 2.7),
|
||||
|
Loading…
Reference in New Issue
Block a user