From 47f9aafff3725051e3c9499cac8e8be82bd35491 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 2 Apr 2008 18:08:34 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1d18b24..2b53974 100644 --- a/.cvsignore +++ b/.cvsignore @@ -19,3 +19,4 @@ pykickstart-1.28.tar.gz pykickstart-1.29.tar.gz pykickstart-1.30.tar.gz pykickstart-1.31.tar.gz +pykickstart-1.32.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 30deed1..59617ab 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.31 +Version: 1.32 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 +* 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) + * Tue Mar 25 2008 Chris Lumens - 1.31-1 - Support end-of-line comments. (clumens) - Lots of translation updates. diff --git a/sources b/sources index 771870f..74c7328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a898be2b17cb75db0e6c169a39b9314 pykickstart-1.31.tar.gz +bc6c15fa5994d92b8718a3038d995d38 pykickstart-1.32.tar.gz