diff --git a/.gitignore b/.gitignore index 4808f64..5cd0b57 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index b13d6dc..4b7ad58 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.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 - 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 - 1.99.33-1 - Add support for lvm thin provisioning. (dlehman) - Add support for F20. (clumens) diff --git a/sources b/sources index 14560db..3531603 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f25d19be426fd68e32ca34c68573cd5 pykickstart-1.99.33.tar.gz +130c22b97ee5b042b6e04d286b40309a pykickstart-1.99.34.tar.gz