diff --git a/.gitignore b/.gitignore index 33bd1bb..815de68 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.58.tar.gz /pykickstart-1.99.59.tar.gz /pykickstart-1.99.60.tar.gz +/pykickstart-1.99.61.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 71e87b4..da56260 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.60 +Version: 1.99.61 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 +* Fri Oct 03 2014 Chris Lumens - 1.99.61-1 +- Add support for specifying thin pool profile (vpodzime) +- Add missing import (mkolman) +- Add tests for --interfacename validation (mkolman) +- Validate network interface name when parsing the kickstart (#1081982) (mkolman) + * Wed Sep 24 2014 Chris Lumens - 1.99.60-1 - Make --size and --percent mutually exclusive in logvol. (dlehman) - Add support for F22. (clumens) diff --git a/sources b/sources index 5d027bf..1b5acff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1354ebc3f2dac1ab79ff14772cb3e90 pykickstart-1.99.60.tar.gz +fd46d6c5011ca8bd28bb242885973fe0 pykickstart-1.99.61.tar.gz