Add --type option to autopart command. (dlehman)

Add btrfs command. (dlehman)
This commit is contained in:
Chris Lumens 2012-01-11 14:01:13 -05:00
parent 3dfe73e190
commit 3f08e6d66c
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.4.tar.gz
/pykickstart-1.99.5.tar.gz
/pykickstart-1.99.6.tar.gz
/pykickstart-1.99.7.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.6
Version: 1.99.7
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
* Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
- Add --type option to autopart command. (dlehman)
- Add btrfs command. (dlehman)
* Tue Nov 15 2011 Chris Lumens <clumens@redhat.com> - 1.99.6-1
- Add --boot-drive option to bootloader command to pick boot drive. (dlehman)
- Add support for F17. (clumens)

View File

@ -1 +1 @@
2ee35772ad1e7039d6ebb777104c2c4b pykickstart-1.99.6.tar.gz
4753c0fc74a5eb3164bf56f7a25624f8 pykickstart-1.99.7.tar.gz