[pykickstart/f21] - Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern) - Apply a couple m

clumens clumens at fedoraproject.org
Mon Oct 13 15:28:24 UTC 2014


commit f2467d6a1b591c37f2acd5844ec2a8e1478be69c
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Oct 7 14:56:47 2014 -0400

    - Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern)
    - Apply a couple more 2to3 fixes, still avoiding the hard ones.(#985310). (clumens)
    - Apply the obvious easy changes from 2to3 (#985310). (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 815de68..70a81cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.59.tar.gz
 /pykickstart-1.99.60.tar.gz
 /pykickstart-1.99.61.tar.gz
+/pykickstart-1.99.62.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index a49f17a..6e02ef7 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.61
+Version: 1.99.62
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -56,6 +56,11 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 07 2014 Chris Lumens <clumens at redhat.com> - 1.99.62-1
+- Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern)
+- Apply a couple more 2to3 fixes, still avoiding the hard ones.(#985310). (clumens)
+- Apply the obvious easy changes from 2to3 (#985310). (clumens)
+
 * Fri Oct 03 2014 Chris Lumens <clumens at redhat.com> - 1.99.61-1
 - Add support for specifying thin pool profile (vpodzime)
 - Add missing import (mkolman)
diff --git a/sources b/sources
index 1b5acff..cb4ba3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd46d6c5011ca8bd28bb242885973fe0  pykickstart-1.99.61.tar.gz
+e6ba2d6920643d0042909846a6fbfd02  pykickstart-1.99.62.tar.gz


More information about the scm-commits mailing list