7f4c2a
From 613633d53f0bb88f30af4d2b83b3f49ffcea4880 Mon Sep 17 00:00:00 2001
7f4c2a
From: Aravinda VK <avishwan@redhat.com>
7f4c2a
Date: Fri, 12 Jun 2015 17:43:22 +0530
7f4c2a
Subject: [PATCH 71/73] spec/geo-rep: Add rsync as dependency for georeplication rpm
7f4c2a
7f4c2a
If rsync is not installed, Geo-rep will go faulty on started.
7f4c2a
Added rsync as dependency for georep rpm
7f4c2a
7f4c2a
Change-Id: I49614957ccde47645185a65191d6d7baf1cc826c
7f4c2a
Signed-off-by: Aravinda VK <avishwan@redhat.com>
7f4c2a
BUG: 1230607
7f4c2a
Reviewed-on: http://review.gluster.org/11201
7f4c2a
Reviewed-on: http://review.gluster.org/11203
7f4c2a
Reviewed-on: https://code.engineering.redhat.com/gerrit/50627
7f4c2a
Reviewed-by: Saravanakumar Arumugam <sarumuga@redhat.com>
7f4c2a
---
7f4c2a
 glusterfs.spec.in |    4 ++++
7f4c2a
 1 files changed, 4 insertions(+), 0 deletions(-)
7f4c2a
7f4c2a
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
7f4c2a
index aadfe70..29a1ac4 100644
7f4c2a
--- a/glusterfs.spec.in
7f4c2a
+++ b/glusterfs.spec.in
7f4c2a
@@ -412,6 +412,7 @@ Group:            Applications/File
7f4c2a
 Requires:         %{name} = %{version}-%{release}
7f4c2a
 Requires:         %{name}-server = %{version}-%{release}
7f4c2a
 Requires:         python python-ctypes
7f4c2a
+Requires:         rsync
7f4c2a
 
7f4c2a
 %description geo-replication
7f4c2a
 GlusterFS is a distributed file-system capable of scaling to several
7f4c2a
@@ -1792,6 +1793,9 @@ end
7f4c2a
 %endif
7f4c2a
 
7f4c2a
 %changelog
7f4c2a
+* Fri Jun 12 2015 Aravinda VK <avishwan@redhat.com>
7f4c2a
+- Added rsync as dependency to georeplication rpm (#1231213)
7f4c2a
+
7f4c2a
 * Thu Jun 11 2015 Aravinda VK <avishwan@redhat.com>
7f4c2a
 - Added post hook for volume delete as part of glusterfind (#1225551)
7f4c2a
 
7f4c2a
-- 
7f4c2a
1.7.1
7f4c2a