- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)

- Allow %include in %pre and %post (#827269) (bcl)
This commit is contained in:
Chris Lumens 2012-06-19 16:08:02 -04:00
parent dde3b9b7e6
commit b7a62bff43
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
04509a49d4d6c3dd41d7a9f34df50078 pykickstart-1.99.12.tar.gz
c72d43eefc00f6a3372ba1b749b8297a pykickstart-1.99.13.tar.gz