From 613633d53f0bb88f30af4d2b83b3f49ffcea4880 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Fri, 12 Jun 2015 17:43:22 +0530 Subject: [PATCH 71/73] 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 BUG: 1230607 Reviewed-on: http://review.gluster.org/11201 Reviewed-on: http://review.gluster.org/11203 Reviewed-on: https://code.engineering.redhat.com/gerrit/50627 Reviewed-by: Saravanakumar Arumugam --- glusterfs.spec.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index aadfe70..29a1ac4 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -412,6 +412,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 @@ -1792,6 +1793,9 @@ end %endif %changelog +* Fri Jun 12 2015 Aravinda VK +- Added rsync as dependency to georeplication rpm (#1231213) + * Thu Jun 11 2015 Aravinda VK - Added post hook for volume delete as part of glusterfind (#1225551) -- 1.7.1