[pykickstart/f15/master] Add kickstart network --nodefroute option (#668417) (rvykydal) Add support for network --bootproto i

Christopher Edward Lumens clumens at fedoraproject.org
Fri Mar 25 17:32:22 UTC 2011


commit 629f112f9c6124b0059a1da3cd4e2450bab43415
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Mar 25 13:32:02 2011 -0400

    Add kickstart network --nodefroute option (#668417) (rvykydal)
    Add support for network --bootproto ibft option (#668417) (rvykydal)
    Add network --activate option (#668417) (rvykydal)
    Add support for F16. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    8 +++++++-
 sources          |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63872ed..fac3dd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.80.tar.gz
 /pykickstart-1.81.tar.gz
 /pykickstart-1.82.tar.gz
+/pykickstart-1.83.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index c3dda22..d1ec1e0 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.82
+Version: 1.83
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -45,6 +45,12 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Fri Mar 25 2011 Chris Lumens <clumens at redhat.com> - 1.83-1
+- Add kickstart network --nodefroute option (#668417) (rvykydal)
+- Add support for network --bootproto ibft option (#668417) (rvykydal)
+- Add network --activate option (#668417) (rvykydal)
+- Add support for F16. (clumens)
+
 * Fri Feb 18 2011 Chris Lumens <clumens at redhat.com> - 1.82-1
 - Add support for "logvol --label=" (#677571). (clumens)
 
diff --git a/sources b/sources
index 71baa58..e9a2b63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed3dc131520935eda6c8c2cad575bd30  pykickstart-1.82.tar.gz
+1fa25f79c15ffd4f6b2515ca4c40d388  pykickstart-1.83.tar.gz


More information about the scm-commits mailing list