diff --git a/.gitignore b/.gitignore index 157da62..412926f 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.37.tar.gz /pykickstart-1.99.38.tar.gz /pykickstart-1.99.39.tar.gz +/pykickstart-1.99.40.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index d5830ff..aca86fe 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.39 +Version: 1.99.40 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Sep 24 2013 Chris Lumens - 1.99.40-1 +- Don't error out if volgroup --useexisting is given with no members. (clumens) + * Tue Sep 10 2013 Chris Lumens - 1.99.39-1 - Call the right attribute method (#1004889) (bcl) - Reset method seen attrs when switching method (#1004889) (bcl) diff --git a/sources b/sources index 1fe0515..ec038a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d249f60aa89b1b4facd63f776925116d pykickstart-1.99.39.tar.gz +7210c79eda536dd96ba8d75e78de445e pykickstart-1.99.40.tar.gz