- 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)
This commit is contained in:
Chris Lumens 2015-11-09 14:37:31 -05:00
parent f618b80d98
commit c85e33ce85
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rkuska@redhat.com> - 2.19-2
- Rebuilt for Python3.5 rebuild
* Mon Nov 09 2015 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 2.19-1
- We don't actually need to BuildRequires python-pocketlint. (clumens)

View File

@ -1 +1 @@
df992e8e855e53582e0783f7c77f94bf pykickstart-2.19.tar.gz
5ad8d93439ca3feef77040d9832e37b1 pykickstart-2.20.tar.gz