From f42be86a10fcd74436da40153d5d84a54d049d49 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Fri, 12 Jun 2015 17:19:55 +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: 1231205 Reviewed-on: http://review.gluster.org/11201 Reviewed-by: Niels de Vos 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 1ee637b6f28..212cbf7502d 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -391,6 +391,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 @@ -1235,6 +1236,9 @@ fi %changelog +* Fri Jun 12 2015 Aravinda VK +- Added rsync as dependency to georeplication rpm (#1231205) + * Tue Jun 02 2015 Aravinda VK - Added post hook for volume delete as part of glusterfind (#1225465) -- cgit