diff options
author | Gary Lowell <glowell@inktank.com> | 2013-04-16 21:14:18 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-04-18 10:41:20 -0700 |
commit | f4bc760776f6163f4109bb77b46bc0f1261f8800 (patch) | |
tree | 33f55caa445a7cfd194b112d73cbc558d5b2e951 /ceph.spec.in | |
parent | a0e457ae18624cc1bf0e48ec5060aec98fd94764 (diff) | |
download | ceph-f4bc760776f6163f4109bb77b46bc0f1261f8800.tar.gz |
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>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 1e5d7f5b818..e52b307ecd4 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++ |