From 5a6666fbb7c4fb4988ecbcfee51c9bb16c44967f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jun 07 2011 19:28:02 +0000 Subject: Add a way to tell how often a section has been handled. (clumens) Add a NullSection that just ignores any section provided. (clumens) Add test cases for the parser itself. (clumens) Allow for defining your own kickstart %sections. (clumens) The docs need to be fetched from an HTTPS location now. (clumens) Write out --onboot=off if it's False. (clumens) --- diff --git a/.gitignore b/.gitignore index fac3dd7..af82a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.81.tar.gz /pykickstart-1.82.tar.gz /pykickstart-1.83.tar.gz +/pykickstart-1.99.0.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index d1ec1e0..7e921cd 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.83 +Version: 1.99.0 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,14 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Tue Jun 07 2011 Chris Lumens 1.99.0-1 +- Add a way to tell how often a section has been handled. (clumens) +- Add a NullSection that just ignores any section provided. (clumens) +- Add test cases for the parser itself. (clumens) +- Allow for defining your own kickstart %sections. (clumens) +- The docs need to be fetched from an HTTPS location now. (clumens) +- Write out --onboot=off if it's False. (clumens) + * Fri Mar 25 2011 Chris Lumens - 1.83-1 - Add kickstart network --nodefroute option (#668417) (rvykydal) - Add support for network --bootproto ibft option (#668417) (rvykydal) diff --git a/sources b/sources index e9a2b63..ab25eb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fa25f79c15ffd4f6b2515ca4c40d388 pykickstart-1.83.tar.gz +bcd8fdde8d0d3ac0a211e73209541278 pykickstart-1.99.0.tar.gz