[pykickstart/f21] - Add support for setting user account ssh key (bcl) - Add = to the output for various network optio

clumens clumens at fedoraproject.org
Fri Dec 19 19:50:20 UTC 2014


commit ab2e54666ca6b4b3259e62ab0923d30505acadd2
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Dec 15 14:09:48 2014 -0500

    - Add support for setting user account ssh key (bcl)
    - Add = to the output for various network options (#1171926). (clumens)
    - When ksflatten fails, return a failure code (#1162881). (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f593bb..3c7cb87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,3 +136,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.62.tar.gz
 /pykickstart-1.99.63.tar.gz
 /pykickstart-1.99.64.tar.gz
+/pykickstart-1.99.65.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 4d7cba0..481f9a0 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.64
+Version: 1.99.65
 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
+* Mon Dec 15 2014 Chris Lumens <clumens at redhat.com> - 1.99.65-1
+- Add support for setting user account ssh key (bcl)
+- Add = to the output for various network options (#1171926). (clumens)
+- When ksflatten fails, return a failure code (#1162881). (clumens)
+
 * Mon Nov 24 2014 Chris Lumens <clumens at redhat.com> - 1.99.64-1
 - Get rid of an unused variable. (clumens)
 - network: add support for bridge to RHEL7 (#1075195) (rvykydal)
diff --git a/sources b/sources
index de3c213..2cb1c7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-242faf471babd3f53b7557a3053ad0d5  pykickstart-1.99.64.tar.gz
+883a2ceb9e6a8a78943eac33feb4a030  pykickstart-1.99.65.tar.gz


More information about the scm-commits mailing list