diff --git a/.gitignore b/.gitignore index 1963026..7bd0dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.48.tar.gz /pykickstart-1.99.49.tar.gz /pykickstart-1.99.50.tar.gz +/pykickstart-1.99.51.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 56892a9..79caa3c 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.50 +Version: 1.99.51 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,10 @@ make test %{_mandir}/man1/* %changelog +* Tue Mar 18 2014 Chris Lumens - 1.99.51-1 +- Use the correct indentation for the new network stuff. (clumens) +- Add network --interfacename option for vlans (#1061646) (rvykydal) + * Mon Mar 17 2014 Chris Lumens - 1.99.50-1 - Add a new bootloader --disabled option (#1074522). (clumens) - Add support for F21. (clumens) diff --git a/sources b/sources index 8ad0e43..3a2dddb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62e40131d1eaba85ae94433d8d96cd6f pykickstart-1.99.50.tar.gz +ae9e60a4e453577dbf047c8961d7600c pykickstart-1.99.51.tar.gz