From e2c5dc702af7a0a2d13bb148f26cd9c058b6efc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 5 Aug 2003 06:30:45 +0000 Subject: [PATCH] Patch #772696: Delete .cvsignore files. --- Misc/RPM/python-2.2.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Misc/RPM/python-2.2.spec b/Misc/RPM/python-2.2.spec index d3a3efaf2d09..192a76bd46b6 100644 --- a/Misc/RPM/python-2.2.spec +++ b/Misc/RPM/python-2.2.spec @@ -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 +[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 [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 \ -- 2.47.3