From 394246d5416c3166e8fb3c8f92a5027c86decebd Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Tue, 21 Apr 2015 23:45:07 +0530 Subject: tools/glusterfind: Rpm install dependencies added Argparse Python library is available as standard library in Python 2.7 In rhel, we need to install python-argparse. Also added pyxattr dependency to the spec file. Change-Id: Ie50278eddf81e7cbf98d1e8d27e411b46676b432 Signed-off-by: Aravinda VK BUG: 1209138 Reviewed-on: http://review.gluster.org/10321 Tested-by: Gluster Build System Reviewed-by: Kotresh HR Reviewed-by: Niels de Vos Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index fedd3a2c2ef..c2d2aab4caa 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -524,6 +524,10 @@ Requires: portmap %if ( 0%{?rhel} && 0%{?rhel} < 6 ) Obsoletes: %{name}-geo-replication = %{version}-%{release} %endif +%if ( 0%{?rhel} && 0%{?rhel} <= 6 ) +Requires: python-argparse +%endif +Requires: pyxattr %description server GlusterFS is a distributed file-system capable of scaling to several -- cgit