[Patches] [ python-Patches-1022003 ] topdir calculated incorrectly in bdist_rpm

SourceForge.net noreply at sourceforge.net
Fri Sep 17 10:25:27 CEST 2004


Patches item #1022003, was opened at 2004-09-03 18:32
Message generated for change (Comment added) made by jafo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1022003&group_id=5470

Category: Distutils and setup.py
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Anthony Tuininga (atuining)
Assigned to: Sean Reifschneider (jafo)
Summary: topdir calculated incorrectly in bdist_rpm

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Sean Reifschneider (jafo)
Date: 2004-09-17 08:25

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1022003&group_id=5470


More information about the Patches mailing list