[issue25187] bdist_rpm fails due to wrong hardcoded assumption about RPM filename format

David Ward report at bugs.python.org
Mon Apr 11 20:59:07 EDT 2016


David Ward added the comment:

Thanks again for your feedback. I revised this patch as requested to conform to changes also being made in issue 25627. Please review this new patch.

I tested this successfully under both Python 3.4.3 and Python 2.7.11 on Fedora 23. Note that "import subprocess" must additionally be added to this file for Python 2.7, after applying this patch and/or the one in issue 25627. (I also tested this successfully with the latest patch from both issues applied at the same time.)

----------
Added file: http://bugs.python.org/file42438/python-bdist_rpm-evaluate-_rpmfilename.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25187>
_______________________________________


More information about the Python-bugs-list mailing list