New version.

This commit is contained in:
Christopher Edward Lumens 2007-01-25 21:55:55 +00:00
parent c602835922
commit 2ae1b05a16
3 changed files with 8 additions and 2 deletions

View File

@ -7,3 +7,4 @@ pykickstart-0.43.tar.gz
pykickstart-0.90.tar.gz
pykickstart-0.91.tar.gz
pykickstart-0.92.tar.gz
pykickstart-0.93.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.92
Version: 0.93
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -38,6 +38,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/*/*
%changelog
* Thu Jan 25 2007 Chris Lumens <clumens@redhat.com> - 0.93-1
- Add support for FC3, RHEL4, and RHEL5.
- The key command was not supported until after FC6.
- Accept more strings in stringToVersion.
* Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 0.92-1
- Fix KickstartVersionError reporting.
- Add a version attribute to handler objects.

View File

@ -1 +1 @@
610eb46319a222804e978fbd9b9440f2 pykickstart-0.92.tar.gz
7d94829a67df8189cff6935b5957a538 pykickstart-0.93.tar.gz