- Fix writing out an empty %packages section when using ksflatten. (clumens)

- Fix a typo in output from the RHEL6 logvol command. (clumens)
- Increase test coverage by a couple percent. (clumens)
- Fix zfcp equality testing for F12 and later. (clumens)
- Fix warning on adding a second user with the same name. (clumens)
- Directories have to be the same in harddrive equality testing. (clumens)
This commit is contained in:
Chris Lumens 2015-08-27 13:10:25 -04:00
parent 2a824efc60
commit 4b954edd42
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -151,3 +151,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.11.tar.gz
/pykickstart-2.12.tar.gz
/pykickstart-2.13.tar.gz
/pykickstart-2.14.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.13
Version: 2.14
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -115,6 +115,14 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Thu Aug 27 2015 Chris Lumens <clumens@redhat.com> - 2.14-1
- Fix writing out an empty %packages section when using ksflatten. (clumens)
- Fix a typo in output from the RHEL6 logvol command. (clumens)
- Increase test coverage by a couple percent. (clumens)
- Fix zfcp equality testing for F12 and later. (clumens)
- Fix warning on adding a second user with the same name. (clumens)
- Directories have to be the same in harddrive equality testing. (clumens)
* Wed Aug 05 2015 Chris Lumens <clumens@redhat.com> - 2.13-1
- Fix liveimg equality check (bcl)
- improve test coverage for version.py (atodorov)

View File

@ -1 +1 @@
1b96b260f55985ed637ca4b229888df1 pykickstart-2.13.tar.gz
979e5733a48d24e02043e05c8cba6fce pykickstart-2.14.tar.gz