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 <avishwan@redhat.com>
BUG: 1231205
Reviewed-on: http://review.gluster.org/11201
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Aravinda VK 2015-06-12 17:19:55 +05:30 committed by Vijay Bellur
parent b9603a0461
commit f42be86a10

View File

@ -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 <avishwan@redhat.com>
- Added rsync as dependency to georeplication rpm (#1231205)
* Tue Jun 02 2015 Aravinda VK <avishwan@redhat.com>
- Added post hook for volume delete as part of glusterfind (#1225465)