diff options
| -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 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  | 
