New version.

This commit is contained in:
Christopher Edward Lumens 2007-03-19 21:25:33 +00:00
parent 48e21ffe95
commit 52dd7313a4
3 changed files with 7 additions and 2 deletions

View File

@ -14,3 +14,4 @@ pykickstart-0.96.tar.gz
pykickstart-0.97.tar.gz
pykickstart-0.98.tar.gz
pykickstart-0.99.tar.gz
pykickstart-0.100.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.99
Version: 0.100
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -38,6 +38,10 @@ rm -rf %{buildroot}
%{_bindir}/ksvalidator
%changelog
* Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 0.100-1
- bootloader should be written out after upgrade/install.
- Treat class names as unicode strings (#231053).
* Wed Mar 07 2007 Chris Lumens <clumens@redhat.com> - 0.99-1
- The timezone command didn't recognize --isUtc before FC6 (#231189).
- Recognize %ksappend lines in ksvalidator.

View File

@ -1 +1 @@
e92d41ce788e94febdb53c447a83815e pykickstart-0.99.tar.gz
eaf0316dfc2f88a789715a767858e7d3 pykickstart-0.100.tar.gz