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