Bug 975202 - wrong python-kerberos version specified in egg-info
Summary: wrong python-kerberos version specified in egg-info
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-kerberos
Version: 19
Hardware: Unspecified
OS: All
unspecified
unspecified
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 973379 1112374
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-17 19:41 UTC by Rob Crittenden
Modified: 2014-06-23 18:50 UTC (History)
3 users (show)

Fixed In Version: python-kerberos-1.1-11.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of: 973379
Environment:
Last Closed: 2013-06-27 01:53:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rob Crittenden 2013-06-17 19:41:51 UTC
+++ This bug was initially created as a clone of Bug #973379 +++

Description of problem:

Although the packaged python-kerberos version is 1.1, according to its egg-info it's 1.0.  This prevents module dependency resolution from working properly.

$ rpm -q python-kerberos
python-kerberos-1.1-6.2.el6.x86_64
$ rpm -ql python-kerberos | head -n 1
/usr/lib64/python2.6/site-packages/kerberos-1.0-py2.6.egg-info
$ python
>>> import pkg_resources
>>> pkg_resources.require('kerberos >= 1.1')
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 550, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
VersionConflict: (kerberos 1.0 (/usr/lib64/python2.6/site-packages), Requirement.parse('kerberos>=1.1'))

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

python-kerberos-1.1-6.2.el6.x86_64

How reproducible:

Every time.

Steps to Reproduce:

$ python
>>> import pkg_resources
>>> pkg_resources.get_distribution('kerberos').version

Actual results:

'1.0'

Expected results:

'1.1'

--- Additional comment from RHEL Product and Program Management on 2013-06-11 15:41:38 EDT ---

Since this bug report was entered in bugzilla and this package is
not scheduled to be updated in the current release, the release
flag has been set to ? to ensure that it is properly evaluated
for the next release.

Comment 1 Fedora Update System 2013-06-17 20:28:12 UTC
python-kerberos-1.1-10.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-kerberos-1.1-10.fc18

Comment 2 Fedora Update System 2013-06-17 20:28:21 UTC
python-kerberos-1.1-11.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-kerberos-1.1-11.fc19

Comment 3 Fedora Update System 2013-06-18 19:41:27 UTC
Package python-kerberos-1.1-11.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-kerberos-1.1-11.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-11170/python-kerberos-1.1-11.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-06-27 01:53:19 UTC
python-kerberos-1.1-10.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2013-06-29 18:35:31 UTC
python-kerberos-1.1-11.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


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