- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
- Allow %include in %pre and %post (#827269) (bcl)
This commit is contained in:
parent
dde3b9b7e6
commit
b7a62bff43
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 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)
|
||||
|
Loading…
Reference in New Issue
Block a user