classification
Title: Change --changelog to accept files
Type: feature request Stage:
Components: Distutils Versions: Python 3.1, Python 3.0, Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: tcampbell (1)
Priority: normal Keywords patch

Created on 2003-09-17 20:40 by tcampbell, last changed 2009-02-04 16:44 by akitada.

Files
File name Uploaded Description Edit Remove
bdist_rpm.py.changelog.cdiff tcampbell, 2003-09-17 20:40 Make --changelog include file not strings
Messages (1)
msg44656 - (view) Author: Tony Campbell (tcampbell) Date: 2003-09-17 20:40
It's more useful to track changes by including a 
changelog file than adding a single string to the 
command line. 
 
A changelog file should be formatted to included 
without change into an rpm specfile -- and may 
contain one or more entries, constituting the history 
of the package.  This gets dumped into the %changelog 
section of the intermediate spec-file. 
 
For example; a file called ChangeLog could have the 
following contents, which would then be propogated to 
the actual rpm by adding --changelog=ChangeLog to the 
command line. 
 
* Wed 17 Sep 2003 Tony Campbell 
<tcampbell@users.sourceforge.net> 
- ported to ppc 
- another message 
 
* Tue Aug 19 2003 Tony Campbell 
<tcampbell@users.sourceforge.net> 
- Created 
 
History
Date User Action Args
2009-02-04 16:44:34akitadasettype: feature request
versions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7, - Python 2.3
2003-09-17 20:40:29tcampbellcreate