Bug 1277228 - package gdeploy doesn't list python-argparse as dependency
Summary: package gdeploy doesn't list python-argparse as dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: gdeploy
Version: rhgs-3.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: RHGS 3.1.3
Assignee: Sachidananda Urs
QA Contact: Anush Shetty
URL:
Whiteboard:
Depends On:
Blocks: 1299184
TreeView+ depends on / blocked
 
Reported: 2015-11-02 18:01 UTC by Martin Bukatovic
Modified: 2016-06-23 05:28 UTC (History)
5 users (show)

Fixed In Version: gdeploy-2.0-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-23 05:28:54 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2016:1250 0 normal SHIPPED_LIVE gdeploy update for Red Hat Gluster Storage 3.1 update 3 2016-06-23 09:11:59 UTC

Description Martin Bukatovic 2015-11-02 18:01:01 UTC
Description of problem
======================

On RHEL 6, gdeploy package is missing python-argparse dependency.

This is not necessary for RHEL 7 package, because argparse module
is included in python 2.7 stdlib.

Version-Release number of selected component (if applicable)
============================================================

gdeploy-1.0-12.el6rhs.noarch

How reproducible
================

100 %

Steps to Reproduce
==================

1. Check requirements of gdeploy package for RHEL 6 via `rpm -qR`

Actual results
==============

There is no python-argparse in the list of requirements:

~~~
# rpm -qR gdeploy
/usr/bin/python  
python(abi) = 2.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
~~~

Expected results
================

~~~
# rpm -qR gdeploy | grep python-argparse
python-argparse
~~~

Comment 1 Sachidananda Urs 2015-11-04 13:02:32 UTC
Martin,

This was not listed because python-argparse is installed as part of RHS installation.

[root@rhs-1 gstatus]# yum list installed | grep python-argp
python-argparse.noarch              1.2.1-2.1.el6            @anaconda-InstallationRepo-201507260759.x86_64/3.1


Please correct me if I'm wrong.

Comment 6 Sachidananda Urs 2015-11-06 16:39:53 UTC
Fixed in branch: https://github.com/gluster/gdeploy/tree/1.1

Comment 9 Anush Shetty 2016-04-11 05:24:51 UTC
Verified with gdeploy-2.0-2.el6rhs.noarch

Comment 11 errata-xmlrpc 2016-06-23 05:28:54 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2016:1250


Note You need to log in before you can comment on or make changes to this bug.