[Python-checkins] python/dist/src/Lib/distutils/command bdist_rpm.py,1.27.6.2,1.27.6.3

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 04 Nov 2002 05:33:49 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv17578

Modified Files:
      Tag: release22-maint
	bdist_rpm.py 
Log Message:
Backport to 2.2: [Bug #570655] Fix misleading option text

Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_rpm.py,v
retrieving revision 1.27.6.2
retrieving revision 1.27.6.3
diff -C2 -d -r1.27.6.2 -r1.27.6.3
*** bdist_rpm.py	7 Oct 2002 05:56:42 -0000	1.27.6.2
--- bdist_rpm.py	4 Nov 2002 13:33:47 -0000	1.27.6.3
***************
*** 67,71 ****
           "list of documentation files (space or comma-separated)"),
          ('changelog=', None,
!          "path to RPM changelog"),
          ('icon=', None,
           "name of icon file"),
--- 67,71 ----
           "list of documentation files (space or comma-separated)"),
          ('changelog=', None,
!          "RPM changelog"),
          ('icon=', None,
           "name of icon file"),