- Add resize option to partition and logvol commands. (dlehman)

- Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
This commit is contained in:
Chris Lumens 2012-04-02 13:53:47 -04:00
parent 15f359dbaa
commit ba14d7d617
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -81,3 +81,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.7.tar.gz
/pykickstart-1.99.8.tar.gz
/pykickstart-1.99.9.tar.gz
/pykickstart-1.99.10.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.9
Version: 1.99.10
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -46,6 +46,10 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Mon Apr 02 2012 Chris Lumens <clumens@redhat.com> - 1.99.10-1
- Add resize option to partition and logvol commands. (dlehman)
- Add --list= mode to clearpart for explicit list of partitions to remove. (dlehman)
* Thu Mar 22 2012 Chris Lumens <clumens@redhat.com> - 1.99.9-1
- Add __ne__ methods to every object with an __eq__ method. (clumens)
- Use the older exception syntax for python 2.4 compatibility. (clumens)

View File

@ -1 +1 @@
6203f8a8635923a6df7fecf1f5d9f814 pykickstart-1.99.9.tar.gz
ea77e51aa026a209daf9198f4fdc4c49 pykickstart-1.99.10.tar.gz