This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author htgoebel
Recipients htgoebel
Date 2008-05-22.14:34:25
SpamBayes Score 0.003930071
Marked as misclassified No
Message-id <1211466871.95.0.658180804984.issue2945@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.5 distutils has a bug in bdist_rpm:

Generated distribution files are not listed in
``distribution.dist_files``. Thus .rpms can not be handled by other
tools, eg. ``upload``.

I need this bug fixed for automated upload of files using
<http://origo-submit.origo.ethz.ch>.

Enclosed please find a simple package to show the bug. Just run

    python setup.py bdist_rpm

and watch the (missing) output. In contrast see the output of

    python setup.py sdist

Additionally:
While untested, this should effect distutils ``upload`` command. RPMs
are not in the dist_files list and when looking at the source, there
seams to be no 'trick' to add them later.
History
Date User Action Args
2008-05-22 14:34:32htgoebelsetspambayes_score: 0.00393007 -> 0.003930071
recipients: + htgoebel
2008-05-22 14:34:32htgoebelsetspambayes_score: 0.00393007 -> 0.00393007
messageid: <1211466871.95.0.658180804984.issue2945@psf.upfronthosting.co.za>
2008-05-22 14:34:30htgoebellinkissue2945 messages
2008-05-22 14:34:28htgoebelcreate