[Patches] [ python-Patches-1060577 ] bdist_rpm not able to compile multiple rpm packages

SourceForge.net noreply at sourceforge.net
Sat Nov 4 19:15:00 CET 2006


Patches item #1060577, was opened at 2004-11-04 23:28
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1060577&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils and setup.py
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Mihai Ibanescu (misa)
Assigned to: Nobody/Anonymous (nobody)
Summary: bdist_rpm not able to compile multiple rpm packages

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

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

>Comment By: Martin v. Löwis (loewis)
Date: 2006-11-04 19:15

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52619 and r52620

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

Comment By: Mihai Ibanescu (misa)
Date: 2006-06-22 18:34

Message:
Logged In: YES 
user_id=205865

Updated patch for python 2.5

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

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


More information about the Patches mailing list