From 352b1e697fa563d53332c9b1f9b35683a40a7ac6 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 29 Jan 2009 22:42:50 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 17 ++++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0c380e6..05ed0e9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -38,3 +38,4 @@ pykickstart-1.47.tar.gz pykickstart-1.48.tar.gz pykickstart-1.49.tar.gz pykickstart-1.50.tar.gz +pykickstart-1.51.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index c194154..a5b585c 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.50 +Version: 1.51 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,21 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu Jan 29 2009 Chris Lumens - 1.51-1 +- Make a couple changes to how the logging command is handled. +- Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields). +- Fix output formatting for the rootpw command. +- For commands that take exactly one argument, check and error correctly. +- Surround module options in quotes on the output side (jlaska). +- Set module opts in the FC3 handler correctly. +- Fix newlines on the device command output (jlaska). +- If --autoscreenshot is not specified, still output "autostep". +- Move the currentCmd and currentLine into getParser(). (jlaska) +- Write out an selinux line if set to disabled, but not if None. +- F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska). +- Add unittest framework along with logvol and vnc unittests. (jlaska) +- Don't set the KSOption.required attribute in the constructor (jlaska). + * 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. diff --git a/sources b/sources index dc821ef..719ca4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea3615434fe52dbdde4916c068570ad6 pykickstart-1.50.tar.gz +13df4ad1e1daac39764a91d87e4b6328 pykickstart-1.51.tar.gz