diff options
author | Pavan Sondur <pavan@gluster.com> | 2010-09-09 02:23:17 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-09 01:16:27 -0700 |
commit | 7fc5e8c5de75eaa0a37de1402af1e879703139df (patch) | |
tree | 253df387eb432a522d89f3f3592f32fc65c08b2f | |
parent | eae063da57a47102d264f27395677262fb17dc75 (diff) |
rpmspec: Rename ibverbs as rdma package and include the relevant files.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1275 (Fix rpm glusterfs spec file for 3.1)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1275
-rw-r--r-- | glusterfs.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 3e1aceb24..02402c00e 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -57,12 +57,12 @@ This package includes the glusterfs binary, the glusterd daemon and the gluster command line, libglusterfs and glusterfs translator modules common to both GlusterFS server and client framework. -%package ibverbs -Summary: GlusterFS ibverbs +%package rdma +Summary: GlusterFS rdma Group: Applications/File Requires: libibverbs-devel -%description ibverbs +%description rdma GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file @@ -147,7 +147,7 @@ fi %{_mandir}/man8/*glusterfs.8* %{_mandir}/man8/*gluster.8* %dir /var/log/glusterfs -%exclude %{_libdir}/glusterfs/%{version}/transport/ib-verbs* +%exclude %{_libdir}/glusterfs/%{version}/rpc-transport/rdma* %exclude %{_libdir}/glusterfs/%{version}/xlator/mount/fuse* %config %{_sysconfdir}/glusterfs %{_sysconfdir}/init.d/glusterfsd @@ -156,9 +156,9 @@ fi %{_libdir}/*.so /sbin/mount.glusterfs -%files ibverbs +%files rdma %defattr(-,root,root) -%{_libdir}/glusterfs/%{version}/transport/ib-verbs* +%{_libdir}/glusterfs/%{version}/rpc-transport/rdma* %files fuse %defattr(-,root,root) |