- 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)
This commit is contained in:
Chris Lumens 2012-07-26 12:55:01 -04:00
parent 4d46e31f13
commit fa219f27d0
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 1.99.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jul 26 2012 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.99.13-1
- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)

View File

@ -1 +1,2 @@
c72d43eefc00f6a3372ba1b749b8297a pykickstart-1.99.13.tar.gz
034e8da1f6f0358f491e481077bd108b pykickstart-1.99.14.tar.gz