From 93ea10ff991c1fb822d396bb6bc434fc58a49004 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 17 Jan 2008 01:09:47 -0500 Subject: [PATCH] New version. --- pykickstart.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index 1981064..f827b95 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.25 +Version: 1.26 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -44,6 +44,9 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Thu Jan 17 2008 Chris Lumens - 1.26-1 +- Add support for network --bootproto=ask. (clumens) + * Tue Jan 15 2008 Chris Lumens - 1.25-1 - Add the version to the output ks file. (clumens) - Add syntax for encrypted partitions and raid devices. (clumens) diff --git a/setup.py b/setup.py index 25414c3..e0c9220 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.25', +setup(name='pykickstart', version='1.26', 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