diff options
author | Aravinda VK <avishwan@redhat.com> | 2015-06-12 17:19:55 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-06-12 23:19:17 -0700 |
commit | f42be86a10fcd74436da40153d5d84a54d049d49 (patch) | |
tree | 74dc2d7252e5cce0c018a41de56540186f5ac597 /glusterfs.spec.in | |
parent | b9603a046116e7db29e16e7caed29018bff50f66 (diff) |
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>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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) |