Skip to content

Commit e2c5dc7

Browse files
committed
Patch #772696: Delete .cvsignore files.
1 parent 62b8f0d commit e2c5dc7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Misc/RPM/python-2.2.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
%define name python
2828
%define version 2.2.3
29-
%define release 1
29+
%define release 2
3030
%define __prefix /usr
3131
%define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }')
3232

@@ -121,6 +121,11 @@ formats.
121121
%endif
122122

123123
%changelog
124+
* Wed Jul 16 2003 Sean Reifschneider <jafo-rpms@tummy.com>
125+
[Release 2.2.3-2]
126+
- Removing .cvsignore files in the build, so that they don't cause problems
127+
with the packaged file list. Reported by David Hutchinson.
128+
124129
* Sun Oct 06 2002 Sean Reifschneider <jafo-rpms@tummy.com>
125130
[Release 2.2.2b1-1]
126131
- Updated for the 2.2.2b1 release.
@@ -201,6 +206,9 @@ formats.
201206
./configure %{ipv6} %{pymalloc} --prefix=%{__prefix}
202207
make
203208

209+
# remove .cvsignore files
210+
find . -name .cvsignore | xargs rm -f
211+
204212
# fix paths
205213
for file in \
206214
Tools/scripts/pathfix.py \

0 commit comments

Comments
 (0)