diff options
author | Amar Tumballi <amar@gluster.com> | 2010-11-09 06:51:31 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-11-10 20:07:25 -0800 |
commit | f406a2e2754a5aa44736f25459e33ef068b6b14a (patch) | |
tree | bfdf9b5f1a53fc79708cf06d832684d17f6125d8 | |
parent | eaf0618e47b4e575180a9cbdbeda6ff5995fb144 (diff) |
rpmspec: add glusterfs-core dependency for glusterfs-fuse package
also add dependency for rdma package
Thanks to Bernard Li <bernard@vanhpc.org> for the patch
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2019 (glusterfs-fuse should require glusterfs-core (RPM spec file))
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2019
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1c598844ef9..58192922fdf 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -65,6 +65,7 @@ GlusterFS server and client framework. %package rdma Summary: GlusterFS rdma Group: Applications/File +Requires: glusterfs-core = %{version}-%{release} BuildRequires: libibverbs-devel %description rdma @@ -82,6 +83,7 @@ This package provides support to ib-verbs library. %package fuse Summary: GlusterFS Fuse Group: Applications/File +Requires: glusterfs-core = %{version}-%{release} Obsoletes: glusterfs-client < 3.1.0 %description fuse |