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

Created on 2003-02-18 10:52 by jafo, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3.spec jafo, 2003-02-18 10:56
Messages (5)
msg42873 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2003-02-18 10:52
Attached is a .spec file updated for Python 2.3, ready
for the 2.3a2 release.  Remove the python-2.2.spec and
add this as python.spec for the 2.3a2 release.

Thanks,
Sean
msg42874 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-02-23 14:17
Logged In: YES 
user_id=6380

will do
msg42875 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-02-24 01:21
Logged In: YES 
user_id=6380

Darn. I didn't see this until after the release. (I only get
to see things when they are assigned to me.)

Anyway, it's checked in now. Please send updates as
necessary for 2.3b1 and beyond.

Are you uploading RPMs to python.org? Then please also
update 2.3/index.ht (or send me the info).
msg42876 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2003-02-24 16:12
Logged In: YES 
user_id=81797

What do you think about giving me CVS access and I'll just
muck with it directly?

Can you please do the following on creosote:

   chgrp g+w /usr/local/WWW/ftp.python.org/pub/python/2.3

I'll get the RPMs moved into place and a web page about them
updated after that's taken care of.  I can't dump them in
place as the permissions are now.

Thanks,
Sean
msg42877 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-02-24 16:28
Logged In: YES 
user_id=6380

"chmod g+w /usr/local/WWW/ftp.python.org/pub/python/2.3" - done.
Sorry about the permissions problem - this always happens
when a directory is first added to creosote.

CVS access: when I get tired of checkin in your changes. :-)
History
Date User Action Args
2022-04-10 16:06:54adminsetgithub: 38006
2003-02-18 10:52:04jafocreate