From bb9ff08038f6447a72bc52e87fc5a8bfc7106a78 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 15 Jan 2008 10:31:13 -0500 Subject: [PATCH] New version. --- pykickstart.spec | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index 3c1b816..1981064 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.24 +Version: 1.25 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,10 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* 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) + * Thu Jan 10 2008 Chris Lumens - 1.24-1 - Make inheritance and overriding of %packages work (#427768). (clumens) - Add an option for which languages should be installed. (katzj) diff --git a/setup.py b/setup.py index 2586d53..25414c3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.24', +setup(name='pykickstart', version='1.25', 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