New version.

This commit is contained in:
Christopher Edward Lumens 2009-01-10 22:03:04 +00:00
parent 114adf73ca
commit 3e7f06cb3d
3 changed files with 11 additions and 2 deletions

View File

@ -37,3 +37,4 @@ pykickstart-1.46.tar.gz
pykickstart-1.47.tar.gz
pykickstart-1.48.tar.gz
pykickstart-1.49.tar.gz
pykickstart-1.50.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.49
Version: 1.50
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -42,8 +42,16 @@ rm -rf %{buildroot}
%{python_sitelib}/*
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff
%changelog
* Sat Jan 10 2009 Chris Lumens <clumens@redhat.com> - 1.50-1
- Add a script to diff two versions of kickstart syntax.
- Add an option to ksvalidator to list all available syntax versions.
- Remove a couple extra newlines in output formatting.
- Add documentation for the new %include representation.
- Add support %include to the pykickstart data objects.
* Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 1.49-1
- Add upgrade --root-device (atodorov, #471232).
- Use python's builtin set rather than the Sets module (#477836, dcantrell).

View File

@ -1 +1 @@
695704deec30464a35799c5e9d5ed1d5 pykickstart-1.49.tar.gz
ea3615434fe52dbdde4916c068570ad6 pykickstart-1.50.tar.gz