From c8f920dcfd4c9467022516f3b9b0493a5e7314fb Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Fri, 12 Jun 2015 17:30:20 +0530 Subject: 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: 1231213 Reviewed-on: http://review.gluster.org/11201 Reviewed-on: http://review.gluster.org/11203 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glusterfs.spec.in') 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 +- 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) -- cgit