New version.

This commit is contained in:
Christopher Edward Lumens 2007-10-18 18:56:43 +00:00
parent 963b40fa47
commit 1e93161745
3 changed files with 8 additions and 2 deletions

View File

@ -5,3 +5,4 @@ pykickstart-1.14.tar.gz
pykickstart-1.15.tar.gz
pykickstart-1.16.tar.gz
pykickstart-1.17.tar.gz
pykickstart-1.18.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.17
Version: 1.18
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,11 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten
%changelog
* 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.
- Remove obsolete translation (#332221).
* Thu Oct 04 2007 Chris Lumens <clumens@redhat.com> 1.17-1
- Simplify argument processing and printing.

View File

@ -1 +1 @@
668df05a7ac08ab75ded3a29f28e3dcf pykickstart-1.17.tar.gz
bd2ef9172490575073dab09c01a2792e pykickstart-1.18.tar.gz