diff --git a/.cvsignore b/.cvsignore index 2b53974..b5b486b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -20,3 +20,4 @@ pykickstart-1.29.tar.gz pykickstart-1.30.tar.gz pykickstart-1.31.tar.gz pykickstart-1.32.tar.gz +pykickstart-1.33.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 59617ab..30582f0 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.32 +Version: 1.33 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,10 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Tue Apr 08 2008 Chris Lumens - 1.33-1 +- Fix whitespace when printing out the bootloader command (pmeyers). +- Fix the type on bootloader --timeout processing. (clumens) + * Wed Apr 02 2008 Chris Lumens - 1.32-1 - Make the string reader act like the file reader upon EOF. (clumens) - Add syntax for encrypted logical volumes. (clumens) diff --git a/sources b/sources index 74c7328..1b187a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc6c15fa5994d92b8718a3038d995d38 pykickstart-1.32.tar.gz +cd3a93072bf8dbe371037f2b569d6296 pykickstart-1.33.tar.gz