Description of problem: trying to load component owners via --component_owners fails with: Server error: <Fault -32601: "The requested method 'Product.get_products' was not found."> Version-Release number of selected component (if applicable): python-bugzilla-1.2.0-1.el7.noarch How reproducible: always Steps to Reproduce: $ bugzilla info --component_owners "Red Hat Enterprise Linux 6" Actual results: Server error: <Fault -32601: "The requested method 'Product.get_products' was not found."> Expected results: list of names and mail addresses of owners of all components Additional info:
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.