From c85e33ce85af9771f39e222f882b0c080bcdb793 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 9 Nov 2015 14:37:31 -0500 Subject: [PATCH] - Only decode as utf-8 when using py3 (bcl) - Add --sshkey to sshpw command (#1274104) (bcl) - Fix an xconfig test case. (clumens) - The xconfig --server option was apparently removed by FC6. (clumens) - Add a test for the xconfig command. (clumens) - Read kickstart files in binary, decode to utf-8 (bcl) --- .gitignore | 1 + pykickstart.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2f148a0..f5cdd51 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.17.tar.gz /pykickstart-2.18.tar.gz /pykickstart-2.19.tar.gz +/pykickstart-2.20.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 63de172..cb158cc 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,6 @@ Name: pykickstart -Version: 2.19 -Release: 2%{?dist} +Version: 2.20 +Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -114,8 +114,13 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog -* Wed Nov 04 2015 Robert Kuska - 2.19-2 -- Rebuilt for Python3.5 rebuild +* Mon Nov 09 2015 Chris Lumens - 2.20-1 +- Only decode as utf-8 when using py3 (bcl) +- Add --sshkey to sshpw command (#1274104) (bcl) +- Fix an xconfig test case. (clumens) +- The xconfig --server option was apparently removed by FC6. (clumens) +- Add a test for the xconfig command. (clumens) +- Read kickstart files in binary, decode to utf-8 (bcl) * Tue Nov 03 2015 Chris Lumens - 2.19-1 - We don't actually need to BuildRequires python-pocketlint. (clumens) diff --git a/sources b/sources index 4166032..acd09bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df992e8e855e53582e0783f7c77f94bf pykickstart-2.19.tar.gz +5ad8d93439ca3feef77040d9832e37b1 pykickstart-2.20.tar.gz