[issue21153] bdist_rpm fails if project contains files with spaces in the names

Jason R. Coombs report at bugs.python.org
Fri Apr 4 13:58:58 CEST 2014


Jason R. Coombs added the comment:

I tried using the --install-script hook of the bdist_rpm command to update the INSTALLED_FILES listing to wrap them in quotes, but that doesn't help: http://paste.jaraco.com/uNMrQ

I also delved into the RPM docs, which don't provide any guidance other than to put one file per line.

I now believe that this is a bug in RPM and there's nothing that can be done in distutils to work around the issue.

----------
Added file: http://bugs.python.org/file34722/issue21153.py

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


More information about the Python-bugs-list mailing list