[pykickstart/f20] - Add support for network team devices (#1003591) (rvykydal) - Work on test coverage a little bit. (

clumens clumens at fedoraproject.org
Thu Nov 14 14:57:45 UTC 2013


commit f905783cb00a5281c83564d57cdf636aa5498ba8
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Nov 14 09:42:02 2013 -0500

    - Add support for network team devices (#1003591) (rvykydal)
    - Work on test coverage a little bit. (clumens)
    - Don't use OrderedDict. (clumens)
    - Add tests for tmpfs usage (mkolman)
    - Add tmpfs support (#918621) (mkolman)

 .gitignore       |    1 +
 pykickstart.spec |    9 ++++++++-
 sources          |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 428fe11..b1216a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,3 +117,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.43.tar.gz
 /pykickstart-1.99.44.tar.gz
 /pykickstart-1.99.45.tar.gz
+/pykickstart-1.99.46.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 181e32d..0c5a97d 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.45
+Version: 1.99.46
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -50,6 +50,13 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Thu Nov 14 2013 Chris Lumens <clumens at redhat.com> - 1.99.46-1
+- Add support for network team devices (#1003591) (rvykydal)
+- Work on test coverage a little bit. (clumens)
+- Don't use OrderedDict. (clumens)
+- Add tests for tmpfs usage (mkolman)
+- Add tmpfs support (#918621) (mkolman)
+
 * Fri Nov 01 2013 Chris Lumens <clumens at redhat.com> - 1.99.45-1
 - Set bootloader location constructor default value to "none" (#916529) (amulhern)
 
diff --git a/sources b/sources
index ea48e15..9fa19c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2188aabe75c3973770a4cf43a4729b02  pykickstart-1.99.45.tar.gz
+e40b2564e18fdc492ed88a60c11f5768  pykickstart-1.99.46.tar.gz


More information about the scm-commits mailing list