diff --git a/.gitignore b/.gitignore index dfb1914..73ad42d 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.18.tar.gz /pykickstart-1.99.19.tar.gz /pykickstart-1.99.20.tar.gz +/pykickstart-1.99.21.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 9034274..13e503a 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.20 +Version: 1.99.21 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,9 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Oct 24 2012 Chris Lumens - 1.99.21-1 +- Add support for layout switching options (vpodzime) + * Mon Oct 15 2012 Chris Lumens - 1.99.20-1 - Disable pylint warnings related to the previous patch. (clumens) - Revert "Fix superclass constructor call in F18_Keyboard." (clumens) diff --git a/sources b/sources index 408d369..371f959 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2afa571f3835f148ca5a7b27c9f28695 pykickstart-1.99.20.tar.gz +fc97a62cab8b146af800bc0651630b7b pykickstart-1.99.21.tar.gz