diff --git a/.gitignore b/.gitignore index b22d6d2..4808f64 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.30.tar.gz /pykickstart-1.99.31.tar.gz /pykickstart-1.99.32.tar.gz +/pykickstart-1.99.33.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index fa55bfa..b13d6dc 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.32 +Version: 1.99.33 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -47,6 +47,13 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Jul 09 2013 Chris Lumens - 1.99.33-1 +- Add support for lvm thin provisioning. (dlehman) +- Add support for F20. (clumens) +- Add a new test for the group command. (clumens) +- In the test cases, error on all non-deprecation warnings. (clumens) +- Remove unused imports from the test suite. (clumens) + * Fri Jun 14 2013 Chris Lumens - 1.99.32-1 - transifex.net is now transifex.com (bcl) - Update raid --device to be an array name specifier. (dlehman) diff --git a/sources b/sources index 5ac3466..14560db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f8f4e0b9ebd224bd18fa1c2efd6ac3e pykickstart-1.99.32.tar.gz +1f25d19be426fd68e32ca34c68573cd5 pykickstart-1.99.33.tar.gz