diff --git a/.cvsignore b/.cvsignore index 737f765..79100c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ pykickstart-0.90.tar.gz pykickstart-0.91.tar.gz pykickstart-0.92.tar.gz pykickstart-0.93.tar.gz +pykickstart-0.94.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index be37bbd..29c3d55 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 0.93 -Release: 2%{?dist} +Version: 0.94 +Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Libraries @@ -38,6 +38,11 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Wed Feb 07 2007 Chris Lumens - 0.94-1 +- Add a newline to the end of the key command output. +- Use network bootproto constants (#197694). +- Fix tracebacks in subclass __str__ methods (#226734). + * Wed Jan 31 2007 Chris Lumens - 0.93-2 - Make some minor spec file changes to get closer to the extras guidelines. diff --git a/sources b/sources index 07ae9d2..f7fc865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f5deffb2c9edc3f8577370f197bd4fa pykickstart-0.93.tar.gz +bbd7b2187ca557892da5822f3ae5fef3 pykickstart-0.94.tar.gz