[pykickstart] - Add support for lvm thin provisioning. (dlehman) - Add support for F20. (clumens) - Add a new test

clumens clumens at fedoraproject.org
Tue Jul 9 18:26:19 UTC 2013


commit 455b2e41f2ea2773b7d2a138bac572fb8d40e4f7
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Jul 9 14:25:59 2013 -0400

    - Add support for lvm thin provisioning. (dlehman)
    - Add support for F20. (clumens)
    - Add a new test for the group command. (clumens)
    - In the test cases, error on all non-deprecation warnings. (clumens)
    - Remove unused imports from the test suite. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    9 ++++++++-
 sources          |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b22d6d2..4808f64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,3 +104,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.30.tar.gz
 /pykickstart-1.99.31.tar.gz
 /pykickstart-1.99.32.tar.gz
+/pykickstart-1.99.33.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index fa55bfa..b13d6dc 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.32
+Version: 1.99.33
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -47,6 +47,13 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jul 09 2013 Chris Lumens <clumens at redhat.com> - 1.99.33-1
+- Add support for lvm thin provisioning. (dlehman)
+- Add support for F20. (clumens)
+- Add a new test for the group command. (clumens)
+- In the test cases, error on all non-deprecation warnings. (clumens)
+- Remove unused imports from the test suite. (clumens)
+
 * Fri Jun 14 2013 Chris Lumens <clumens at redhat.com> - 1.99.32-1
 - transifex.net is now transifex.com (bcl)
 - Update raid --device to be an array name specifier. (dlehman)
diff --git a/sources b/sources
index 5ac3466..14560db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f8f4e0b9ebd224bd18fa1c2efd6ac3e  pykickstart-1.99.32.tar.gz
+1f25d19be426fd68e32ca34c68573cd5  pykickstart-1.99.33.tar.gz


More information about the scm-commits mailing list