Issue 1060577: bdist_rpm not able to compile multiple rpm packages (original) (raw)

Issue1060577

Created on 2004-11-04 22:28 by misa, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.4-distutils-bdist-rpm.patch misa,2004-11-04 22:28 Patch for bdist_rpm
python-2.5-distutils-bdist-rpm.patch misa,2006-06-22 16:35 Patch for bdist_rpm
Messages (3)
msg47214 - (view) Author: Mihai Ibanescu (misa) Date: 2004-11-04 22:28
bdist_rpm tries to deal with debuginfo packages by naming them in the source. Just as debuginfo packages are artifacts of a buildystem, one can modify the buildsystem to create various other rpms even though the spec file only creates one. The attached patch tries to approach the solution in a more general way, by looking at the spec file and extracting the names of rpms that are going to be generated. This patch has been posted at some point on the distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/2004-June/003953.html I assumed it already made it in, apparently not.
msg47215 - (view) Author: Mihai Ibanescu (misa) Date: 2006-06-22 16:34
Logged In: YES user_id=205865 Updated patch for python 2.5
msg47216 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-04 18:15
Logged In: YES user_id=21627 Thanks for the patch. Committed as r52619 and r52620
History
Date User Action Args
2022-04-11 14:56:07 admin set github: 41124
2004-11-04 22:28:54 misa create