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: Updated .spec file.
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jafo, loewis
Priority: normal Keywords: patch

Created on 2004-02-08 00:40 by jafo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3.spec jafo, 2004-02-08 00:40 Updated .spec file.
Messages (2)
msg45364 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2004-02-08 00:40
Attached is a new .spec file which should be included
in the next 2.3 or above release.

The key feature of this update is that it goes through
a few files which have "#!/usr/local/bin/python" in
them, and changes it to "/usr/bin/env
python%{binsuffix}" (where %{binsuffix} is 2.3, in the
default case).  It also has some code in it to look for
other files that weren't picked up but have
/usr/local/bin/python in them, and tattle on them and
exit the build.

This is to prevent future RPM releases from being
uninstallable for most people.

Sean
msg45365 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-02-15 21:30
Logged In: YES 
user_id=21627

Thanks, committed as python-2.3.spec 1.2.12.7 and 1.4
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39911
2004-02-08 00:40:09jafocreate