[pykickstart] - parser.py: Allow shlex to strip lines (fedora.dm0) - Fix a bug in logvol duplicate reporting (#924

clumens clumens at fedoraproject.org
Fri Mar 22 15:05:51 UTC 2013


commit 9f6e29b1d0a47118d8527264e9a1f0d25197de8c
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Mar 22 11:05:27 2013 -0400

    - parser.py: Allow shlex to strip lines (fedora.dm0)
    - Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
    - Add gid attribute to User command and associated data structure (msivak)
    - Make sure tests can run and report import errors (bcl)
    - Add network --vlanid option to Fedora. (rvykydal)

 .gitignore       |    1 +
 pykickstart.spec |    9 ++++++++-
 sources          |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a94985c..671dd43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,3 +97,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.23.tar.gz
 /pykickstart-1.99.24.tar.gz
 /pykickstart-1.99.25.tar.gz
+/pykickstart-1.99.26.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 8933fdf..7ebe08e 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.25
+Version: 1.99.26
 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,13 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Fri Mar 22 2013 Chris Lumens <clumens at redhat.com> - 1.99.26-1
+- parser.py: Allow shlex to strip lines (fedora.dm0)
+- Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
+- Add gid attribute to User command and associated data structure (msivak)
+- Make sure tests can run and report import errors (bcl)
+- Add network --vlanid option to Fedora. (rvykydal)
+
 * Mon Mar 04 2013 Chris Lumens <clumens at redhat.com> - 1.99.25-1
 - pylint appears to have gotten pickier. (clumens)
 - Fix typo in --wpakey string representation method (rvykydal)
diff --git a/sources b/sources
index 479aea8..65e67e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7825dbd2695698b56208d7d30029ab5f  pykickstart-1.99.25.tar.gz
+eaf0f1cdd2ac689a648de23c38158f4a  pykickstart-1.99.26.tar.gz


More information about the scm-commits mailing list