From 3f08e6d66c613cc9653e2df626276bdd56943aa8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 11 Jan 2012 14:01:13 -0500 Subject: [PATCH] Add --type option to autopart command. (dlehman) Add btrfs command. (dlehman) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36c0406..038bc83 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index e4a0b60..fa66b51 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.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 - 1.99.7-1 +- Add --type option to autopart command. (dlehman) +- Add btrfs command. (dlehman) + * Tue Nov 15 2011 Chris Lumens - 1.99.6-1 - Add --boot-drive option to bootloader command to pick boot drive. (dlehman) - Add support for F17. (clumens) diff --git a/sources b/sources index b9ed481..1bec3ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ee35772ad1e7039d6ebb777104c2c4b pykickstart-1.99.6.tar.gz +4753c0fc74a5eb3164bf56f7a25624f8 pykickstart-1.99.7.tar.gz