From 6722b0c85dace85f00438919c6260066da6b24e8 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Thu, 9 Dec 2010 10:39:34 -0800 Subject: [PATCH] rpm: add pkgconfig to BuildRequires You can't build without pkgconfig. Signed-off-by: Colin McCabe --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index d507c6b6a7856..74aa40144af50 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -12,6 +12,7 @@ Source: http://ceph.newdream.net/download/%{name}-%{version}.tar.gz BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel, BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, BuildRequires: cryptopp-devel, libatomic_ops-devel, google-perftools-devel +BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): chkconfig, binutils, libedit, google-perftools Requires(preun): chkconfig -- 2.39.5