From fa219f27d02163ec7e95c62c5a58572ca8c71502 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 26 Jul 2012 12:55:01 -0400 Subject: [PATCH] - add reboot test (bcl) - add correct halt command handling (bcl) - return parsed object from assert_parse (bcl) - The monitor command has been deprecated since F10. Get rid of it. (clumens) - Add --hibernation option for swap size specification (vpodzime) - Add leavebootorder test (hamzy) --- .gitignore | 1 + pykickstart.spec | 13 +++++++++---- sources | 1 + 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c9a65bf..387c684 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.11.tar.gz /pykickstart-1.99.12.tar.gz /pykickstart-1.99.13.tar.gz +/pykickstart-1.99.14.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index e9e570c..f7b13de 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.13 -Release: 2%{?dist} +Version: 1.99.14 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -46,8 +46,13 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog -* Sat Jul 21 2012 Fedora Release Engineering - 1.99.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Thu Jul 26 2012 Chris Lumens - 1.99.14-1 +- add reboot test (bcl) +- add correct halt command handling (bcl) +- return parsed object from assert_parse (bcl) +- The monitor command has been deprecated since F10. Get rid of it. (clumens) +- Add --hibernation option for swap size specification (vpodzime) +- Add leavebootorder test (hamzy) * Tue Jun 19 2012 Chris Lumens - 1.99.13-1 - Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones) diff --git a/sources b/sources index 7b6e444..c9f2ada 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ c72d43eefc00f6a3372ba1b749b8297a pykickstart-1.99.13.tar.gz +034e8da1f6f0358f491e481077bd108b pykickstart-1.99.14.tar.gz