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)
This commit is contained in:
Chris Lumens 2011-06-07 15:28:02 -04:00
parent fd4cc79f4f
commit 5a6666fbb7
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.81.tar.gz /pykickstart-1.81.tar.gz
/pykickstart-1.82.tar.gz /pykickstart-1.82.tar.gz
/pykickstart-1.83.tar.gz /pykickstart-1.83.tar.gz
/pykickstart-1.99.0.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.83 Version: 1.99.0
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -45,6 +45,14 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Tue Jun 07 2011 Chris Lumens <clumens@redhat.com> 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 <clumens@redhat.com> - 1.83-1 * Fri Mar 25 2011 Chris Lumens <clumens@redhat.com> - 1.83-1
- Add kickstart network --nodefroute option (#668417) (rvykydal) - Add kickstart network --nodefroute option (#668417) (rvykydal)
- Add support for network --bootproto ibft option (#668417) (rvykydal) - Add support for network --bootproto ibft option (#668417) (rvykydal)

View File

@ -1 +1 @@
1fa25f79c15ffd4f6b2515ca4c40d388 pykickstart-1.83.tar.gz bcd8fdde8d0d3ac0a211e73209541278 pykickstart-1.99.0.tar.gz