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.

classification
Title: topdir calculated incorrectly in bdist_rpm
Type: Stage:
Components: Distutils Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jafo Nosy List: atuining, jafo
Priority: normal Keywords: patch

Created on 2004-09-03 18:32 by atuining, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdist_rpm.py.patch atuining, 2004-09-03 18:32
Messages (2)
msg46841 - (view) Author: Anthony Tuininga (atuining) * Date: 2004-09-03 18:32
The _topdir directive to the bdist_rpm command is
calculated incorrectly when the --bdist-base or
--dist-dir options to the command use absolute path
names. It should use os.path.abspath() instead, I
believe. It would be nice if this patch was backported
to earlier versions of Python as well but it is not
critical for me. If you have further questions, let me
know.
msg46842 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2004-09-17 08:25
Logged In: YES 
user_id=81797

I've committed this into the trunk, and asked on python-dev
about  it's inclusion for 2.4.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40862
2004-09-03 18:32:07atuiningcreate