From 472527ba908f4486823636750f03cae95341298f Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 13 Oct 2005 20:16:44 +0000 Subject: [PATCH] Bump build. --- pykickstart.spec | 9 +++++++-- sources | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index d1cd251..9e773a8 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,7 +1,9 @@ +%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + Summary: A python library for manipulating kickstart files Name: pykickstart Version: 0.3 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Libraries @@ -30,9 +32,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README ChangeLog COPYING -%{_libdir}/python?.?/site-packages/pykickstart +%{python_sitelib}/pykickstart %changelog +* Thu Oct 13 2005 Chris Lumens 0.3-2 +- Correct python lib directory on 64-bit archs (#170621). + * Fri Oct 07 2005 Chris Lumens 0.3-1 - Add a deprecated attribute to options. - Add --card option back to xconfig and mark as deprecated. diff --git a/sources b/sources index f7096e2..a96313e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b073dbd3c879c7feb83727b0f0468ce pykickstart-0.3.tar.gz +d8bb8795bb322ac675ae07d23e12498f pykickstart-0.3.tar.gz