- 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:
parent
4d46e31f13
commit
fa219f27d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user