Bug 1204402
Summary: | [abrt] pkgwat: __init__.py:805:resolve:DistributionNotFound: pbr!=0.7,<1.0,>=0.6 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Török Edwin <edwin+bugs> | ||||||
Component: | pkgwat | Assignee: | Ralph Bean <rbean> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 22 | CC: | rbean | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f4437923476189ce2f121a960eefd21e1b6c7d41 | ||||||||
Whiteboard: | abrt_hash:116b0949b82eec9ee983ccc056a314e396d059c4 | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-05-14 21:08:51 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Török Edwin
2015-03-21 16:51:19 UTC
Created attachment 1004899 [details]
File: backtrace
Created attachment 1004900 [details]
File: environ
I have a feeling this bug is more directly related to python-cliff: ~❯ pkgwat releases python-cliff +---------------+----------------+-----------------+ | release | stable_version | testing_version | +---------------+----------------+-----------------+ | Rawhide | 1.10.0-1.fc23 | None | | Fedora 22 | 1.7.0-1.fc22 | None | | Fedora 21 | 1.6.1-3.fc21 | None | | Fedora 20 | 1.4.5-1.fc20 | None | | Fedora EPEL 7 | 1.4.4-1.el7 | None | | Fedora EPEL 6 | 1.4.4-1.el6 | None | | Fedora EPEL 5 | None | None | +---------------+----------------+-----------------+ ~❯ pkgwat releases python-pbr +---------------+----------------+-----------------+ | release | stable_version | testing_version | +---------------+----------------+-----------------+ | Rawhide | 0.10.8-1.fc23 | None | | Fedora 22 | 0.10.7-1.fc22 | None | | Fedora 21 | 0.8.0-3.fc21 | None | | Fedora 20 | 0.8.0-1.fc20 | None | | Fedora EPEL 7 | 0.10.0-1.el7 | None | | Fedora EPEL 6 | 0.8.0-1.el6 | None | | Fedora EPEL 5 | None | None | +---------------+----------------+-----------------+ My mistake. Upon closer inspection, it is an issue with python-stevedore. python-stevedore-1.2.0-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/python-stevedore-1.2.0-2.fc22 installing python-pbr fixes the problem, thanks. python-stevedore-1.2.0-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |