Description of problem: /usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit File "/usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit", line 38 raise ValueError, errmsg # 'File Not Found' ^ SyntaxError: invalid syntax Documentation says I can run this with Python 2.3 or higher and indeed the file has a python3 shebang. However it is invalid. That is a Python2 only script which clearly doesn't have any tests executed against it. Version-Release number of selected component (if applicable): bugzilla-contrib-5.0.6-3.fc31.noarch How reproducible: always Steps to Reproduce: 1. dnf install bugzilla-contrib 2. /usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit 3. Actual results: Expected results: Additional info:
Taking.
In practice, bugzilla-submit hasn't worked against bugzilla 4.4.3+ regardless of the version of python used since the Bugzilla devs added CSRF protection when logging in to Bugzilla via CGI (see bmo #713926 for the gory details). Given this, I'm tempted to remove bugzilla-submit from the contrib subpackage.
FEDORA-2020-2db60d8180 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-2db60d8180
FEDORA-2020-d933f06bdb has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-d933f06bdb
FEDORA-2020-336033183b has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-336033183b
FEDORA-2020-336033183b has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-336033183b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-336033183b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-336033183b has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-2db60d8180 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-d933f06bdb has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.