diff --git a/.gitignore b/.gitignore index f18710b..c1b962d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index e1b3c30..bd6db9f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.15-1 - Fix a typo in the README. (clumens) - Check whether requests actually fetched the URL (dshea) diff --git a/sources b/sources index 98987e2..ea24fdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80f292f6d56f40fe6b8252cf54e18b29 pykickstart-2.15.tar.gz +9ef1a2cf87ea4713c0037d4a6067b150 pykickstart-2.16.tar.gz