diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-14 15:11:18 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-14 15:11:18 +0100 |
commit | 9952f2dd509b436a3cf16984e5d5639cbfb998a3 (patch) | |
tree | 3706f8d948abc41cad387f5299873aa3cb3f1f19 /ceph.spec.in | |
parent | ccdcae3a544e9dee27c8d1229e5a0ef7383152de (diff) | |
download | ceph-9952f2dd509b436a3cf16984e5d5639cbfb998a3.tar.gz |
ceph.spec.in: cleanup requirements of fuse packages
Cleanup the Requires: list of the fuse packages. Remove fuse-libs,
libstdc++, libuuid. Don't add libraries to the list, the RPM build
system will find the dependencies by itself.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 23451ab2720..320c144e299 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -75,9 +75,6 @@ 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 @@ -86,9 +83,6 @@ FUSE based client for Ceph distributed network file system Summary: Ceph fuse-based client Group: System Environment/Base Requires: %{name} -Requires: fuse-libs -Requires: libstdc++ -Requires: libuuid BuildRequires: fuse-devel %description -n rbd-fuse FUSE based client to map Ceph rbd images to files |