diff options
author | Aravinda VK <avishwan@redhat.com> | 2015-04-21 23:45:07 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-07 03:14:50 -0700 |
commit | 394246d5416c3166e8fb3c8f92a5027c86decebd (patch) | |
tree | 5f61b628b8e41629511ad6a326ea009e35c58f80 /glusterfs.spec.in | |
parent | 3122268c0b7c120eb79aa02a64fbbebd91a17357 (diff) |
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 <avishwan@redhat.com>
BUG: 1209138
Reviewed-on: http://review.gluster.org/10321
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
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 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 |