[pykickstart] - Use the correct indentation for the new network stuff. (clumens) - Add network --interfacename opt

clumens clumens at fedoraproject.org
Tue Mar 18 14:25:59 UTC 2014


commit cc04496e7690a14cd4add52c5f5ba7dabb14f899
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Mar 18 10:25:18 2014 -0400

    - Use the correct indentation for the new network stuff. (clumens)
    - Add network --interfacename option for vlans (#1061646) (rvykydal)

 .gitignore       |    1 +
 pykickstart.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1963026..7bd0dbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,3 +122,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.48.tar.gz
 /pykickstart-1.99.49.tar.gz
 /pykickstart-1.99.50.tar.gz
+/pykickstart-1.99.51.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 56892a9..79caa3c 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.50
+Version: 1.99.51
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -54,6 +54,10 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Mar 18 2014 Chris Lumens <clumens at redhat.com> - 1.99.51-1
+- Use the correct indentation for the new network stuff. (clumens)
+- Add network --interfacename option for vlans (#1061646) (rvykydal)
+
 * Mon Mar 17 2014 Chris Lumens <clumens at redhat.com> - 1.99.50-1
 - Add a new bootloader --disabled option (#1074522). (clumens)
 - Add support for F21. (clumens)
diff --git a/sources b/sources
index 8ad0e43..3a2dddb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62e40131d1eaba85ae94433d8d96cd6f  pykickstart-1.99.50.tar.gz
+ae9e60a4e453577dbf047c8961d7600c  pykickstart-1.99.51.tar.gz


More information about the scm-commits mailing list