[pykickstart] - Some tests for --size and --percent (#1117908) (amulhern) - Update tests where necessary with --si

clumens clumens at fedoraproject.org
Wed Sep 17 18:43:14 UTC 2014


commit fe79ad6e5afa41aab5feb619ae5b7467e3e0176c
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Sep 17 14:42:56 2014 -0400

    - Some tests for --size and --percent (#1117908) (amulhern)
    - Update tests where necessary with --size flag (#1117908) (amulhern)
    - Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
    - Check the regular expression when asserting a parse error (#1117908) (amulhern)
    - Do not reference non-existant attribute (#1117908) (amulhern)
    - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
    - Remove --disable-override from tx arguments. (clumens)
    - Add the bootloader --disabled option for RHEL7 as well. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |   12 +++++++++++-
 sources          |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae597de..70eaf19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.56.tar.gz
 /pykickstart-1.99.57.tar.gz
 /pykickstart-1.99.58.tar.gz
+/pykickstart-1.99.59.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 074610d..f95520a 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.58
+Version: 1.99.59
 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,16 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Sep 17 2014 Chris Lumens <clumens at redhat.com> - 1.99.59-1
+- Some tests for --size and --percent (#1117908) (amulhern)
+- Update tests where necessary with --size flag (#1117908) (amulhern)
+- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
+- Check the regular expression when asserting a parse error (#1117908) (amulhern)
+- Do not reference non-existant attribute (#1117908) (amulhern)
+- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
+- Remove --disable-override from tx arguments. (clumens)
+- Add the bootloader --disabled option for RHEL7 as well. (clumens)
+
 * Tue Aug 12 2014 Chris Lumens <clumens at redhat.com> - 1.99.58-1
 - Add --install flag to repo command (#1119867) (bcl)
 
diff --git a/sources b/sources
index d227f41..7809247 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61d0fec604aa8442de4eb46f68a37115  pykickstart-1.99.58.tar.gz
+710074f975e270c7b5faa085deb31064  pykickstart-1.99.59.tar.gz


More information about the scm-commits mailing list