From b78d398de63a6e38418714671d886688bede600e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 30 Sep 2009 11:18:06 -0400 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 e223bd7..e3d28eb 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.63 +Version: 1.64 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Sep 30 2009 Chris Lumens - 1.64-1 +- Update the zfcp command for F12 (#526360). +- Move "make" to %build (#524215). + * Wed Sep 16 2009 Chris Lumens - 1.63-1 - Add encryption key escrow support (mitr, #508963). - Fix the repo test cases to expect quotes around the repo's name. diff --git a/setup.py b/setup.py index 026fbab..610e210 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.63', +setup(name='pykickstart', version='1.64', 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