- 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)
- Layouts may include spaces, so put them in quotes (vpodzime)
This commit is contained in:
Chris Lumens 2012-06-18 11:33:33 -04:00
parent a1a1105616
commit dde3b9b7e6
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -83,3 +83,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.9.tar.gz
/pykickstart-1.99.10.tar.gz
/pykickstart-1.99.11.tar.gz
/pykickstart-1.99.12.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.11
Version: 1.99.12
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,11 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* 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)
- Layouts may include spaces, so put them in quotes (vpodzime)
* Mon May 07 2012 Chris Lumens <clumens@redhat.com> - 1.99.11-1
- pylint doesn't like .setter syntax at all. (clumens)
- Modify keyboard command to handle multiple layouts (vpodzime)

View File

@ -1 +1 @@
9de3247e64f38c6b66aef6215ef05347 pykickstart-1.99.11.tar.gz
04509a49d4d6c3dd41d7a9f34df50078 pykickstart-1.99.12.tar.gz