From c2bf7f57d45b97252f128b9b78c6a72249bc74ae 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. BUG: 1219457 Change-Id: I2949d43b68731498130dbd27bf03c87f101141f0 Reviewed-on: http://review.gluster.org/10321 Signed-off-by: Kotresh HR Reviewed-on: http://review.gluster.org/10637 Reviewed-by: Saravanakumar Arumugam Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index f8af4aa33ec..1c374e46ba3 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -505,6 +505,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