From: Loic Dachary Date: Fri, 25 Oct 2013 22:46:32 +0000 (+0200) Subject: packages: ceph.spec.in is missing make as a build dependency X-Git-Tag: v0.73~73^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F770%2Fhead;p=ceph.git packages: ceph.spec.in is missing make as a build dependency 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 059629d5e398..a9c5dc3c74b7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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