summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glusterfs.spec.in4
1 files changed, 4 insertions, 0 deletions
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 <avishwan@redhat.com>
+- Added rsync as dependency to georeplication rpm (#1231213)
+
* Thu Jun 11 2015 Aravinda VK <avishwan@redhat.com>
- Added post hook for volume delete as part of glusterfind (#1225551)