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  <gary.lowell@inktank.com>
This commit is contained in:
Gary Lowell 2013-04-16 21:14:18 -07:00
parent a0e457ae18
commit f4bc760776
2 changed files with 5 additions and 3 deletions

View 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++

7
debian/control vendored
View 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,