diff --git a/.cvsignore b/.cvsignore index 72dc69a..8da24fe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -24,3 +24,4 @@ pykickstart-1.5.tar.gz pykickstart-1.6.tar.gz pykickstart-1.7.tar.gz pykickstart-1.8.tar.gz +pykickstart-1.9.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 5931d7b..8924b55 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.8 +Version: 1.9 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -42,6 +42,13 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Fri Aug 24 2007 Chris Lumens 1.9-1 +- Add support for the %end directive to be placed at the end of scripts + and packages sections. Deprecate old syntax. +- Clean up after ksvalidator if pykickstart issues a traceback. +- Add support for repo --priority --includepkgs --excludepkgs. +- Fix newline at end of reboot --eject output (#253562). + * Mon Aug 13 2007 Chris Lumens 1.8-1 - Fix type checking of string values. diff --git a/sources b/sources index 69bd536..6993696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be02bdd940229fc564879efaf959f7e3 pykickstart-1.8.tar.gz +bfc05d41edaaf9fb5e07852750ae6325 pykickstart-1.9.tar.gz