]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #772696: Delete .cvsignore files.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 5 Aug 2003 06:30:45 +0000 (06:30 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 5 Aug 2003 06:30:45 +0000 (06:30 +0000)
Misc/RPM/python-2.2.spec

index d3a3efaf2d091e8035d669fdd268e398aa9a118e..192a76bd46b63e4ae1c35a31240e42290dc08786 100644 (file)
@@ -26,7 +26,7 @@
 
 %define name python
 %define version 2.2.3
-%define release 1
+%define release 2
 %define __prefix /usr
 %define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }')
 
@@ -121,6 +121,11 @@ formats.
 %endif
 
 %changelog
+* Wed Jul 16 2003 Sean Reifschneider <jafo-rpms@tummy.com>
+[Release 2.2.3-2]
+- Removing .cvsignore files in the build, so that they don't cause problems
+  with the packaged file list.  Reported by David Hutchinson.
+
 * Sun Oct 06 2002 Sean Reifschneider <jafo-rpms@tummy.com>
 [Release 2.2.2b1-1]
 - Updated for the 2.2.2b1 release.
@@ -201,6 +206,9 @@ formats.
 ./configure %{ipv6} %{pymalloc} --prefix=%{__prefix}
 make
 
+#  remove .cvsignore files
+find . -name .cvsignore | xargs rm -f
+
 #  fix paths
 for file in \
       Tools/scripts/pathfix.py \