diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2012-12-17 16:38:19 -0800 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2012-12-17 16:38:19 -0800 |
commit | fd482a27818538e3561bb83b7ecd12c3056bb3af (patch) | |
tree | 5ece8a7a48e52e92356e2d32bb14c59b4cb375d0 | |
parent | e9231fe6c1d45e310a0114912f0130d2787ed4b0 (diff) | |
download | ceph-fd482a27818538e3561bb83b7ecd12c3056bb3af.tar.gz |
ceph.spec.in: Update pre-reqs for ceph-fuse pacakge.
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index ba1cce459bc..c64108c9da8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -74,6 +74,9 @@ performance, reliability, and scalability. Summary: Ceph fuse-based client Group: System Environment/Base Requires: %{name} +Requires: fuse-libs +Requires: libstdc++ +Requires: libuuid BuildRequires: fuse-devel %description fuse FUSE based client for Ceph distributed network file system |