diff --git a/.gitignore b/.gitignore index 8aa17e2..1963026 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.47.tar.gz /pykickstart-1.99.48.tar.gz /pykickstart-1.99.49.tar.gz +/pykickstart-1.99.50.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 1ef5766..56892a9 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.49 +Version: 1.99.50 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -54,6 +54,12 @@ make test %{_mandir}/man1/* %changelog +* Mon Mar 17 2014 Chris Lumens - 1.99.50-1 +- Add a new bootloader --disabled option (#1074522). (clumens) +- Add support for F21. (clumens) +- Fix an error on the printing side of handling environments. (clumens) +- Add support for fcoe --autovlan option (#1055779) (rvykydal) + * Wed Feb 05 2014 Chris Lumens - 1.99.49-1 - Provide syntax for specifying environments (#1061296). (clumens) - Use the correct LogVolData object (#1058520). (clumens) diff --git a/sources b/sources index 2d9cccb..8ad0e43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d24dad050959fa9e74b323204a328bd pykickstart-1.99.49.tar.gz +62e40131d1eaba85ae94433d8d96cd6f pykickstart-1.99.50.tar.gz