- 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)
This commit is contained in:
Chris Lumens 2013-07-09 14:25:59 -04:00
parent 1810ef2605
commit 455b2e41f2
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

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.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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.99.32-1
- transifex.net is now transifex.com (bcl)
- Update raid --device to be an array name specifier. (dlehman)

View File

@ -1 +1 @@
4f8f4e0b9ebd224bd18fa1c2efd6ac3e pykickstart-1.99.32.tar.gz
1f25d19be426fd68e32ca34c68573cd5 pykickstart-1.99.33.tar.gz