diff --git a/.gitignore b/.gitignore index 9f8a5f1..36c0406 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.3.tar.gz /pykickstart-1.99.4.tar.gz /pykickstart-1.99.5.tar.gz +/pykickstart-1.99.6.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 7dc47b5..e4a0b60 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.5 +Version: 1.99.6 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* 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) +- The guts of a script could include a line starting with a % (#746928). (clumens) + * Wed Oct 19 2011 Chris Lumens - 1.99.5-1 - Don't error out if raid --useexisting is given with no members (#741728). (clumens) - When %end is missing, include the unterminated section in the error message. (clumens) diff --git a/sources b/sources index 0337caa..b9ed481 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf5076db01b472cc65a629a73849f0b4 pykickstart-1.99.5.tar.gz +2ee35772ad1e7039d6ebb777104c2c4b pykickstart-1.99.6.tar.gz