- 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 3e8ae34e93
commit 8fbf76738b
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.13.tar.gz
/pykickstart-2.14.tar.gz /pykickstart-2.14.tar.gz
/pykickstart-2.15.tar.gz /pykickstart-2.15.tar.gz
/pykickstart-2.16.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart Name: pykickstart
Version: 2.15 Version: 2.16
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2 and MIT License: GPLv2 and MIT
Group: System Environment/Libraries Group: System Environment/Libraries
@ -115,6 +115,12 @@ popd
%{python3_sitelib}/pykickstart/locale/ %{python3_sitelib}/pykickstart/locale/
%changelog %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 * Tue Sep 08 2015 Chris Lumens <clumens@redhat.com> - 2.15-1
- Fix a typo in the README. (clumens) - Fix a typo in the README. (clumens)
- Check whether requests actually fetched the URL (dshea) - Check whether requests actually fetched the URL (dshea)

View File

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