]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build: Add new package dependencies
authorGary Lowell <glowell@inktank.com>
Wed, 17 Apr 2013 04:14:18 +0000 (21:14 -0700)
committerGary Lowell <glowell@inktank.com>
Thu, 18 Apr 2013 17:41:20 +0000 (10:41 -0700)
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 <gary.lowell@inktank.com>
ceph.spec.in
debian/control

index 1e5d7f5b8185b92d7254bfab2d8124b8c4cc0cf0..e52b307ecd44ab942b1460850335901741b33501 100644 (file)
@@ -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++
index 4a0d0ce9bc3e1ea31dc0acfb0bffa90fa60e8a74..ddaf96b9f0a8549f7ca1cb2191426597319cc787 100644 (file)
@@ -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,