From: Gary Lowell Date: Wed, 17 Apr 2013 04:14:18 +0000 (-0700) Subject: build: Add new package dependencies X-Git-Tag: v0.61~157 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4bc760776f6163f4109bb77b46bc0f1261f8800;p=ceph.git build: Add new package dependencies Add libboost-system-dev (bug #4725). Add hdparm to rpm installation requirements. The hdparm command is used to determin if write-caching is enabled on the journal device. Signed-off-by: Gary Lowell --- diff --git a/ceph.spec.in b/ceph.spec.in index 1e5d7f5b8185..e52b307ecd44 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -29,6 +29,7 @@ Requires: cryptsetup Requires: parted Requires: util-linux Requires: python-argparse +Requires: hdparm Requires(post): binutils BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ diff --git a/debian/control b/debian/control index 4a0d0ce9bc3e..ddaf96b9f0a8 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,10 @@ Build-Depends: autoconf, junit4, libaio-dev, libatomic-ops-dev, - libboost-dev (>= 1.42), - libboost-program-options-dev, - libboost-thread-dev, + libboost-dev (>= 1.42~), + libboost-program-options-dev (>= 1.42~), + libboost-thread-dev (>= 1.42~), + libboost-system-dev (>= 1.42~), libcurl4-gnutls-dev, libedit-dev, libexpat1-dev,