From cddc234f02a241ac247e55e28404c3137eda251f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Nov 09 2004 01:54:59 +0000 Subject: - fix the lib64 patch so that 64bit arches still look in /usr/lib/python... --- diff --git a/python.spec b/python.spec index 9257545..dac5b67 100644 --- a/python.spec +++ b/python.spec @@ -19,7 +19,7 @@ Summary: An interpreted, interactive, object-oriented programming language. Name: %{python} Version: %{pybasever} -Release: 0.b2.2 +Release: 0.b2.3 License: PSF - see LICENSE Group: Development/Languages Provides: python-abi = %{pybasever} @@ -370,6 +370,9 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so %changelog +* Mon Nov 8 2004 Jeremy Katz - 2.4-0.b2.3 +- fix the lib64 patch so that 64bit arches still look in /usr/lib/python... + * Mon Nov 8 2004 Jeremy Katz - 2.4-0.b2.2 - cryptmodule still needs -lcrypt (again)