]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
packages: ceph.spec.in is missing make as a build dependency 770/head
authorLoic Dachary <loic@dachary.org>
Fri, 25 Oct 2013 22:46:32 +0000 (00:46 +0200)
committerLoic Dachary <loic@dachary.org>
Fri, 25 Oct 2013 22:46:32 +0000 (00:46 +0200)
On a virgin centos-6.4, after yum-builddep ceph and following
http://ceph.com/docs/next/install/building-ceph/ instructions to:

cd ceph
./autogen.sh
./configure
make

it fails because make is not installed. It probably is not a problem for
most people because there are few developers who did not install make.

Signed-off-by: Loic Dachary <loic@dachary.org>
ceph.spec.in

index 059629d5e3983e7b04bd6f20e8d0aac4d27ab744..a9c5dc3c74b7955d3794b0c9830e0fde81ba8eff 100644 (file)
@@ -29,6 +29,7 @@ Requires:     util-linux
 Requires:      hdparm
 Requires(post):        binutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires: make
 BuildRequires: gcc-c++
 BuildRequires: libtool
 BuildRequires: boost-devel