[Python-checkins] CVS: python/dist/src/Lib/distutils/command bdist_rpm.py,1.23,1.24

A.M. Kuchling akuchling@users.sourceforge.net
2001年5月21日 13:34:41 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv8020
Modified Files:
	bdist_rpm.py 
Log Message:
Fix bug #418369: typo in bdist_rpm
Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_rpm.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** bdist_rpm.py	2000年09月30日 18:27:54	1.23
--- bdist_rpm.py	2001年05月21日 20:34:38	1.24
***************
*** 190,194 ****
 for readme in ('README', 'README.txt'):
 if os.path.exists(readme) and readme not in self.doc_files:
! self.doc.append(readme)
 
 self.ensure_string('release', "1")
--- 190,194 ----
 for readme in ('README', 'README.txt'):
 if os.path.exists(readme) and readme not in self.doc_files:
! self.doc_files.append(readme)
 
 self.ensure_string('release', "1")

AltStyle によって変換されたページ (->オリジナル) /