New version.

This commit is contained in:
Christopher Edward Lumens 2008-04-02 18:08:34 +00:00
parent 8d159c27bc
commit 47f9aafff3
3 changed files with 7 additions and 2 deletions

View File

@ -19,3 +19,4 @@ pykickstart-1.28.tar.gz
pykickstart-1.29.tar.gz
pykickstart-1.30.tar.gz
pykickstart-1.31.tar.gz
pykickstart-1.32.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: 1.31
Version: 1.32
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -44,6 +44,10 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten
%changelog
* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 1.32-1
- Make the string reader act like the file reader upon EOF. (clumens)
- Add syntax for encrypted logical volumes. (clumens)
* Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> - 1.31-1
- Support end-of-line comments. (clumens)
- Lots of translation updates.

View File

@ -1 +1 @@
2a898be2b17cb75db0e6c169a39b9314 pykickstart-1.31.tar.gz
bc6c15fa5994d92b8718a3038d995d38 pykickstart-1.32.tar.gz