- Add reqpart to docs (pbokoc)

- link to github docs instead of fedora wiki (mmckinst)
- Differentiate between empty and missing instLangs (dshea)
- Add tests for empty and missing --instLangs values. (dshea)
This commit is contained in:
Chris Lumens 2015-09-25 10:36:46 -04:00
parent 5dc8b92b19
commit 0eca11d5e0
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -153,3 +153,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.13.tar.gz
/pykickstart-2.14.tar.gz
/pykickstart-2.15.tar.gz
/pykickstart-2.16.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.15
Version: 2.16
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -115,6 +115,12 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Fri Sep 25 2015 Chris Lumens <clumens@redhat.com> - 2.16-1
- Add reqpart to docs (pbokoc)
- link to github docs instead of fedora wiki (mmckinst)
- Differentiate between empty and missing instLangs (dshea)
- Add tests for empty and missing --instLangs values. (dshea)
* Tue Sep 08 2015 Chris Lumens <clumens@redhat.com> - 2.15-1
- Fix a typo in the README. (clumens)
- Check whether requests actually fetched the URL (dshea)

View File

@ -1 +1 @@
80f292f6d56f40fe6b8252cf54e18b29 pykickstart-2.15.tar.gz
9ef1a2cf87ea4713c0037d4a6067b150 pykickstart-2.16.tar.gz