Bug 1214661
| Summary: | component owners inaccessible due to 'Product.get_products' was not found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tomas Dolezal <todoleza> |
| Component: | python-bugzilla | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | epel7 | CC: | bugzilla.redhat.com, crobinso, dzickus, wwoods |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-bugzilla-1.2.1-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-10 19:16:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tomas Dolezal
2015-04-23 10:16:23 UTC
Thanks for the report, upstream is fixed:
commit 4c62e4a6727d0052f58a1118d42e6f8ca54b8131
Author: Cole Robinson <crobinso>
Date: Wed Apr 15 13:06:40 2015 -0400
base: Don't use deprecated get_products alias
I'll get a new build out soon
Hi, as a follow-on to this bug, the 'bugzilla' command from python-bugzilla-1.2.0-1.fc22.noarch is using the deprecated Product.get_products method: # bugzilla info --products Server error: <Fault -32601: "The requested method 'Product.get_products' was not found."> You're right, the upstream has it here: https://git.fedorahosted.org/cgit/python-bugzilla.git/ git clone ssh://git.fedorahosted.org/git/python-bugzilla.git git clone https://git.fedorahosted.org/git/python-bugzilla.git python-bugzilla-1.2.1-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/python-bugzilla-1.2.1-1.el7 python-bugzilla-1.2.1-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-bugzilla-1.2.1-1.el6 Package python-bugzilla-1.2.1-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing python-bugzilla-1.2.1-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6429/python-bugzilla-1.2.1-1.el6 then log in and leave karma (feedback). python-bugzilla-1.2.1-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. python-bugzilla-1.2.1-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |