- 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:
parent
f618b80d98
commit
c85e33ce85
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user