[Python-checkins] python/dist/src/Misc NEWS,1.1129,1.1130

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Sep 10 08:25:34 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19004/Misc

Modified Files:
	NEWS 
Log Message:
Patch #808115: Add script support to bdist_rpm.py.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1129
retrieving revision 1.1130
diff -u -d -r1.1129 -r1.1130
--- NEWS	7 Sep 2004 20:24:21 -0000	1.1129
+++ NEWS	10 Sep 2004 06:25:00 -0000	1.1130
@@ -22,6 +22,8 @@
 Library
 -------
 
+- bdist_rpm now supports command line options {pre,post}-install, 
+  {pre,post}-uninstall, and {prep,build,install,clean,verify}-script.
 - SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
   decoding incomplete input (when the input stream is temporarily exhausted).
   ``codecs.StreamReader`` now implements buffering, which enables proper



More information about the Python-checkins mailing list