From a7c8bc4ddbf2fd2e7e46747f101e3c9f30ac0ef2 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 19 Oct 2005 18:47:16 +0000 Subject: [PATCH] Bump version. --- .cvsignore | 1 + pykickstart.spec | 10 +++++++--- sources | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f52cc34..d7131f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ pykickstart-0.1.tar.gz pykickstart-0.2.tar.gz pykickstart-0.3.tar.gz +pykickstart-0.4.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 9e773a8..2447ab6 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,8 +2,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.3 -Release: 2 +Version: 0.4 +Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Libraries @@ -31,10 +31,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README ChangeLog COPYING +%doc README ChangeLog COPYING docs/programmers-guide %{python_sitelib}/pykickstart %changelog +* Wed Oct 19 2005 Chris Lumens 0.4-1 +- Correct deprecated attribute on options. +- Added programming documentation. + * Thu Oct 13 2005 Chris Lumens 0.3-2 - Correct python lib directory on 64-bit archs (#170621). diff --git a/sources b/sources index a96313e..24cd32c 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ d8bb8795bb322ac675ae07d23e12498f pykickstart-0.3.tar.gz +72e84851a893a062e49c41ba385f51db pykickstart-0.4.tar.gz