From 43222eb1f5efe0a1230df87c0714a04caaab0682 Mon Sep 17 00:00:00 2001 From: Mihai Ibanescu Date: Sep 22 2005 15:14:41 +0000 Subject: one would hope I can fix cut and paste... --- diff --git a/python.spec b/python.spec index 569bc39..f283d34 100644 --- a/python.spec +++ b/python.spec @@ -19,7 +19,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: %{pybasever}.1 -Release: 5 +Release: 6 License: PSF - see LICENSE Group: Development/Languages Provides: python-abi = %{pybasever} @@ -39,7 +39,7 @@ Patch8: python-2.4.1-lib64.patch Patch9: japanese-codecs-lib64.patch Patch13: python-2.4-distutils-bdist-rpm.patch Patch14: python-2.3.4-pydocnodoc.patch -Patch15: pyhton-2.4.1-canonicalize.patch +Patch15: python-2.4.1-canonicalize.patch %if %{main_python} Obsoletes: Distutils @@ -143,7 +143,7 @@ user interface for Python programming. %endif %patch13 -p1 -b .bdist-rpm %patch14 -p1 -b .no-doc -%patch14 -p1 -b .canonicalize +%patch15 -p1 -b .canonicalize # This shouldn't be necesarry, but is right now (2.2a3) find -name "*~" |xargs rm -f @@ -356,7 +356,7 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so %changelog -* Thu Sep 22 2005 Mihai Ibanescu 2.4.1-5 +* Thu Sep 22 2005 Mihai Ibanescu 2.4.1-6 - Fixed bug #169046 (realpath is unsafe); thanks to Peter Jones and Arjan van de Ven for diagnosing and the patch.