[pykickstart] - Add --nontp option and a way to specify NTP servers to the timezone command (vpodzime) - fix TypeE

clumens clumens at fedoraproject.org
Mon Jun 18 15:33:53 UTC 2012


commit dde3b9b7e654d7fcda1f242ca5fa21f26ce956a3
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Jun 18 11:33:33 2012 -0400

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

 .gitignore       |    1 +
 pykickstart.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eac970e..f512802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/pykickstart.spec b/pykickstart.spec
index 25ccd04..ed88a0b 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -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 at 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 at redhat.com> - 1.99.11-1
 - pylint doesn't like .setter syntax at all. (clumens)
 - Modify keyboard command to handle multiple layouts (vpodzime)
diff --git a/sources b/sources
index 438d087..91b6551 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9de3247e64f38c6b66aef6215ef05347  pykickstart-1.99.11.tar.gz
+04509a49d4d6c3dd41d7a9f34df50078  pykickstart-1.99.12.tar.gz


More information about the scm-commits mailing list