From 0f2541af71da127c1097744b7a493bdff5347e18 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 4 Sep 2007 16:09:36 +0000 Subject: [PATCH] New version. --- ChangeLog | 2 ++ pykickstart.spec | 9 ++++++++- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e7f559..754743a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-09-04 Chris Lumens + * pykickstart.spec, setup.py: New version. + * Makefile: Add a target to run pychecker so I can attempt to cut down on all the stupid errors that I just fixed up. diff --git a/pykickstart.spec b/pykickstart.spec index 7c0d279..174855f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.11 +Version: 1.12 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -42,6 +42,13 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Tue Sep 04 2007 Chris Lumens 1.12-1 +- Fix lots of problems in processing the bootloader, device, network, and + raid commands. +- Add %end when writing out scripts and packages. +- Add a makefile target to run pychecker to cut down on errors in + releases. + * Mon Sep 3 2007 Jeremy Katz - 1.11-1 - fix a few tracebacks diff --git a/setup.py b/setup.py index 2098953..cc01d32 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.11', +setup(name='pykickstart', version='1.12', description='Python module for manipulating kickstart files', author='Chris Lumens', author_email='clumens@redhat.com', url='http://fedoraproject.org/wiki/pykickstart', -- 2.11.4.GIT