RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1643150 - Incorrect version of python-docker-pycreds package, needs update
Summary: Incorrect version of python-docker-pycreds package, needs update
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: python-docker-py
Version: 7.5
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: rc
: ---
Assignee: Tomas Tomecek
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1186913 1611206
TreeView+ depends on / blocked
 
Reported: 2018-10-25 15:27 UTC by Rose Colombo
Modified: 2022-03-13 15:52 UTC (History)
2 users (show)

Fixed In Version: python-docker-py-1.10.6-7.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-28 08:01:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1641795 1 None None None 2022-03-13 15:50:15 UTC
Red Hat Product Errata RHBA-2018:3713 0 None None None 2018-11-28 08:01:48 UTC

Internal Links: 1641795

Description Rose Colombo 2018-10-25 15:27:08 UTC
Description of problem:
A customer recently opened a support case because the python-docker-pycreds package is currently versioned at 1.10.6-4 whereas the actual library provided by the package is version 0.2.1.

Version-Release number of selected component (if applicable):
python-docker-pycreds-1.10.6-4

How reproducible:
100%

Steps to Reproduce:
1. Install python-docker-pycreds
2. cat /usr/lib/python2.7/site-packages/dockerpycreds/version.py
3.

Actual results:
Version of RPM is 1.10.6-4, version of library is 0.2.1

Expected results:
version library should be 0.3.0

Additional info:
related to BZ 1641795

Comment 4 Luwen Su 2018-11-20 09:44:02 UTC
# rpm -Uvh python-docker-pycreds-0.3.0-7.el7.noarch.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:python-docker-pycreds-1:0.3.0-7.e################################# [ 50%]
Cleaning up / removing...
   2:python-docker-pycreds-1.10.6-3.el################################# [100%]
# cat /usr/lib/python2.7/site-packages/dockerpycreds/version.py
version = "0.3.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

Version updated

Comment 6 errata-xmlrpc 2018-11-28 08:01:36 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/RHBA-2018:3713


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