New version.

This commit is contained in:
Christopher Edward Lumens 2007-02-26 22:18:23 +00:00
parent 140a179a72
commit c8496a7d03
3 changed files with 7 additions and 2 deletions

View File

@ -12,3 +12,4 @@ pykickstart-0.94.tar.gz
pykickstart-0.95.tar.gz
pykickstart-0.96.tar.gz
pykickstart-0.97.tar.gz
pykickstart-0.98.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 0.97
Version: 0.98
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -38,6 +38,10 @@ rm -rf %{buildroot}
%{_bindir}/ksvalidator
%changelog
* Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 0.98-1
- Fix device command syntax to match anaconda.
- Fix __call__ on method command.
* Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 0.97-1
- Fix traceback when not overriding default mappings (#229505).

View File

@ -1 +1 @@
5f92dc8d8ffb0b15e77f3fa40cc9e260 pykickstart-0.97.tar.gz
f33bca0220ad497bf921941639672fc7 pykickstart-0.98.tar.gz