diff --git a/.gitignore b/.gitignore index f512802..c9a65bf 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.10.tar.gz /pykickstart-1.99.11.tar.gz /pykickstart-1.99.12.tar.gz +/pykickstart-1.99.13.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index ed88a0b..d1e20c7 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.12 +Version: 1.99.13 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,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Tue Jun 19 2012 Chris Lumens - 1.99.13-1 +- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones) +- Allow %include in %pre and %post (#827269) (bcl) + * Mon Jun 18 2012 Chris Lumens - 1.99.12-1 - Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime) - fix TypeError in network.py with ipv6 static addresses (wwoods) diff --git a/sources b/sources index 91b6551..7b6e444 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04509a49d4d6c3dd41d7a9f34df50078 pykickstart-1.99.12.tar.gz +c72d43eefc00f6a3372ba1b749b8297a pykickstart-1.99.13.tar.gz