New version.

This commit is contained in:
Christopher Edward Lumens 2007-10-23 14:46:31 +00:00
parent 1e93161745
commit ada463cfc9
3 changed files with 6 additions and 2 deletions

View File

@ -6,3 +6,4 @@ pykickstart-1.15.tar.gz
pykickstart-1.16.tar.gz
pykickstart-1.17.tar.gz
pykickstart-1.18.tar.gz
pykickstart-1.19.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.18
Version: 1.19
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,9 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten
%changelog
* Tue Oct 23 2007 Chris Lumens <clumens@redhat.com> 1.19-1
- Fix a traceback on the cdrom method.
* Thu Oct 18 2007 Chris Lumens <clumens@redhat.com> 1.18-1
- Don't write out %end to packages and scripts if the syntax version doesn't
support it.

View File

@ -1 +1 @@
bd2ef9172490575073dab09c01a2792e pykickstart-1.18.tar.gz
b7581abdf390858310ae7ed09a34a02d pykickstart-1.19.tar.gz