From 3e7f06cb3da21bf3598f7d42eed51a716d4cfa1b Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jan 10 2009 22:03:04 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index a3b40fc..0c380e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 66638d6..c194154 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 1.49-1 - Add upgrade --root-device (atodorov, #471232). - Use python's builtin set rather than the Sets module (#477836, dcantrell). diff --git a/sources b/sources index b8ea71d..dc821ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -695704deec30464a35799c5e9d5ed1d5 pykickstart-1.49.tar.gz +ea3615434fe52dbdde4916c068570ad6 pykickstart-1.50.tar.gz