From c602835922a8de1be28cac0bc5f817bb4d0541af Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Fri, 19 Jan 2007 21:30:26 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 84f206a..0a466ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ pykickstart-0.42.tar.gz pykickstart-0.43.tar.gz pykickstart-0.90.tar.gz pykickstart-0.91.tar.gz +pykickstart-0.92.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 18ea0f9..7995117 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.91 +Version: 0.92 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,13 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Fri Jan 19 2007 Chris Lumens - 0.92-1 +- Fix KickstartVersionError reporting. +- Add a version attribute to handler objects. +- Fix line number reporting on lots of commands. +- Add initial support for Fedora 7 and remove deprecated commands. +- Accept a --default argument to the %packages header (#221305). + * Wed Jan 17 2007 Chris Lumens - 0.91-1 - Add a method to read kickstart files from strings. diff --git a/sources b/sources index 2149ba1..7a58b94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9986e2996da9b336e02be961153bd156 pykickstart-0.91.tar.gz +610eb46319a222804e978fbd9b9440f2 pykickstart-0.92.tar.gz