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: Add script support to bdist_rpm.py
Type: Stage:
Components: Distutils Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, tcampbell
Priority: normal Keywords: patch

Created on 2003-09-17 20:20 by tcampbell, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdist_rpm.py.cdiff tcampbell, 2003-09-17 20:20 Add CLI variables for rpmbuild script include
Messages (2)
msg44651 - (view) Author: Tony Campbell (tcampbell) Date: 2003-09-17 20:20
bdist_rpm is missing the configuration values that 
allow a package developer to specify scripts to 
override each phase of the rpm build process. 
 
The defaults are always used, as the command line 
arguments are not supported. 
 
This patch adds support for that. 
msg44652 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-09-10 06:25
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

NEWS 1.1130
bdist_rpm.py 1.41
History
Date User Action Args
2022-04-10 16:11:12adminsetgithub: 39244
2003-09-17 20:20:37tcampbellcreate