diff --git a/.gitignore b/.gitignore index ae597de..70eaf19 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.56.tar.gz /pykickstart-1.99.57.tar.gz /pykickstart-1.99.58.tar.gz +/pykickstart-1.99.59.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 074610d..f95520a 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.58 +Version: 1.99.59 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,16 @@ make test %{_mandir}/man1/* %changelog +* Wed Sep 17 2014 Chris Lumens - 1.99.59-1 +- Some tests for --size and --percent (#1117908) (amulhern) +- Update tests where necessary with --size flag (#1117908) (amulhern) +- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern) +- Check the regular expression when asserting a parse error (#1117908) (amulhern) +- Do not reference non-existant attribute (#1117908) (amulhern) +- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) +- Remove --disable-override from tx arguments. (clumens) +- Add the bootloader --disabled option for RHEL7 as well. (clumens) + * Tue Aug 12 2014 Chris Lumens - 1.99.58-1 - Add --install flag to repo command (#1119867) (bcl) diff --git a/sources b/sources index d227f41..7809247 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61d0fec604aa8442de4eb46f68a37115 pykickstart-1.99.58.tar.gz +710074f975e270c7b5faa085deb31064 pykickstart-1.99.59.tar.gz