summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravinda VK <avishwan@redhat.com>2015-06-12 17:30:20 +0530
committerVijay Bellur <vbellur@redhat.com>2015-06-12 23:21:39 -0700
commitc8f920dcfd4c9467022516f3b9b0493a5e7314fb (patch)
tree8875b197838e097e58010115e6c59b3b6e52c1a7
parent1b7721817a7807bc0af51d89d61fbb723769b2d3 (diff)
spec/geo-rep: Add rsync as dependency for georeplication rpm
If rsync is not installed, Geo-rep will go faulty on started. Added rsync as dependency for georep rpm Change-Id: I49614957ccde47645185a65191d6d7baf1cc826c Signed-off-by: Aravinda VK <avishwan@redhat.com> BUG: 1231213 Reviewed-on: http://review.gluster.org/11201 Reviewed-on: http://review.gluster.org/11203 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r--glusterfs.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index a66d3802f8e..b822304cee8 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -387,6 +387,7 @@ Group: Applications/File
Requires: %{name} = %{version}-%{release}
Requires: %{name}-server = %{version}-%{release}
Requires: python python-ctypes
+Requires: rsync
%description geo-replication
GlusterFS is a distributed file-system capable of scaling to several
@@ -1234,6 +1235,9 @@ fi
%changelog
+* Fri Jun 12 2015 Aravinda VK <avishwan@redhat.com>
+- Added rsync as dependency to georeplication rpm (#1231213)
+
* Thu Jun 11 2015 Aravinda VK <avishwan@redhat.com>
- Added post hook for volume delete as part of glusterfind (#1225551)