- Always create self.handler on-demand in the test cases. (clumens)

- Also set the seen attribute when __call__ is used. (clumens)
- Mark the upgrade command as deprecated. (clumens)
- Add the method test case back in. (clumens)
- Set the seen attribute when parsing in test cases, too. (clumens)
- Add a proxy method command object. (clumens)
- Add an interactive kickstart shell command, ksshell. (clumens)
- Fix string substitution errors in translatable text. (clumens)
- Break the method command out into individual commands. (clumens)
This commit is contained in:
Chris Lumens 2013-07-15 16:54:43 -04:00
parent 455b2e41f2
commit 883cc28de8
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -105,3 +105,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.31.tar.gz
/pykickstart-1.99.32.tar.gz
/pykickstart-1.99.33.tar.gz
/pykickstart-1.99.34.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.33
Version: 1.99.34
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -44,9 +44,21 @@ rm -rf %{buildroot}
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff
%{_bindir}/ksshell
%{_mandir}/man1/*
%changelog
* Mon Jul 15 2013 Chris Lumens <clumens@redhat.com> - 1.99.34-1
- Always create self.handler on-demand in the test cases. (clumens)
- Also set the seen attribute when __call__ is used. (clumens)
- Mark the upgrade command as deprecated. (clumens)
- Add the method test case back in. (clumens)
- Set the seen attribute when parsing in test cases, too. (clumens)
- Add a proxy method command object. (clumens)
- Add an interactive kickstart shell command, ksshell. (clumens)
- Fix string substitution errors in translatable text. (clumens)
- Break the method command out into individual commands. (clumens)
* Tue Jul 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.33-1
- Add support for lvm thin provisioning. (dlehman)
- Add support for F20. (clumens)

View File

@ -1 +1 @@
1f25d19be426fd68e32ca34c68573cd5 pykickstart-1.99.33.tar.gz
130c22b97ee5b042b6e04d286b40309a pykickstart-1.99.34.tar.gz