[pykickstart] Don't error out if raid --useexisting is given with no members (#741728). (clumens) When %end is mis

Christopher Edward Lumens clumens at fedoraproject.org
Wed Oct 19 20:33:17 UTC 2011


commit b3e8c61c1bce54f233f70e774948006d39f8d548
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Oct 19 16:32:55 2011 -0400

    Don't error out if raid --useexisting is given with no members (#741728). (clumens)
    When %end is missing, include the unterminated section in the error message. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26e53c8..9f8a5f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.2.tar.gz
 /pykickstart-1.99.3.tar.gz
 /pykickstart-1.99.4.tar.gz
+/pykickstart-1.99.5.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index b96ae71..7dc47b5 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.4
+Version: 1.99.5
 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,10 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Wed Oct 19 2011 Chris Lumens <clumens at redhat.com> - 1.99.5-1
+- Don't error out if raid --useexisting is given with no members (#741728). (clumens)
+- When %end is missing, include the unterminated section in the error message. (clumens)
+
 * Wed Sep 14 2011 Chris Lumens <clumens at redhat.com> - 1.99.4-1
 - --reserved-space and --reserved-percent should be checked on a callback. (clumens)
 - Add a volgroup unit test, and fix a bug it uncovered. (clumens)
diff --git a/sources b/sources
index fff7be4..0337caa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bec944576d7960aede354c2a3ecac423  pykickstart-1.99.4.tar.gz
+bf5076db01b472cc65a629a73849f0b4  pykickstart-1.99.5.tar.gz


More information about the scm-commits mailing list