summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorVikhyat Umrao <vumrao@redhat.com>2014-06-03 19:15:42 +0530
committerVijay Bellur <vbellur@redhat.com>2014-07-02 06:29:42 -0700
commitaa21473f0ef4a38ed2e4ed3487443788f63fae88 (patch)
treef844595e053899f8fefeb8c960b901eb1d6e5729 /glusterfs.spec.in
parentca6980d0828a6e7f38d7638a3b99db5d9be36260 (diff)
build: glusterfs.spec.in, adding nfs-utils package dependency for server package
nfs-utils provides rpc.statd and it is a requirement for gluster-nfs Change-Id: I054b7d6d8fb1efe0fed9c90077a93c4f559c1ef4 BUG: 1065654 Reported-by: Satheesaran Sundaramoorthi <sasundar@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Signed-off-by: Vikhyat Umrao <vumrao@redhat.com> Reviewed-on: http://review.gluster.org/7966 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 007df1abee5..2511fdca5e6 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -454,6 +454,8 @@ Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-fuse = %{version}-%{release}
# Runtime necessity for snapshot
Requires: lvm2
+# nfs-utils provides rpc.statd and it is a requirement for gluster-nfs
+Requires: nfs-utils
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
Requires: rpcbind
%else
@@ -1039,6 +1041,9 @@ fi
* Thu Jun 12 2014 Varun Shastry <vshastry@redhat.com>
- Add bash completion config to the cli package
+* Tue Jun 03 2014 Vikhyat Umrao <vumrao@redhat.com>
+- add nfs-utils package dependency for server package (#1065654)
+
* Thu May 22 2014 Poornima G <pgurusid@redhat.com>
- Rename old hookscripts in an RPM-standard way.