diff --git a/.gitignore b/.gitignore index ca62590..a94985c 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.22.tar.gz /pykickstart-1.99.23.tar.gz /pykickstart-1.99.24.tar.gz +/pykickstart-1.99.25.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index f981077..8933fdf 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.24 +Version: 1.99.25 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -46,6 +46,15 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Mon Mar 04 2013 Chris Lumens - 1.99.25-1 +- pylint appears to have gotten pickier. (clumens) +- Fix typo in --wpakey string representation method (rvykydal) +- Also add the F19 handler file. (clumens) +- Don't strip the newline from reboot or shutdown commands (#915013). (clumens) +- Add bonding support to RHEL 7 (rvykydal) +- Add bonding support to F19 (rvykydal) +- Add support for F19 (rvykydal) + * Wed Feb 13 2013 Chris Lumens - 1.99.24-1 - Add a seen attribute to commands, sections, and the packages object. (clumens) diff --git a/sources b/sources index bbb9b5d..479aea8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dcad4683f191dbb8e6fe65f64a90340 pykickstart-1.99.24.tar.gz +7825dbd2695698b56208d7d30029ab5f pykickstart-1.99.25.tar.gz