diff --git a/.gitignore b/.gitignore index 22384b8..f18710b 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.12.tar.gz /pykickstart-2.13.tar.gz /pykickstart-2.14.tar.gz +/pykickstart-2.15.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 3aa88b6..e1b3c30 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.14 +Version: 2.15 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -115,6 +115,12 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Tue Sep 08 2015 Chris Lumens - 2.15-1 +- Fix a typo in the README. (clumens) +- Check whether requests actually fetched the URL (dshea) +- Return URL loads as str instead of bytes (dshea) +- Add test cases for including kickstart data via URL. (dshea) + * Thu Aug 27 2015 Chris Lumens - 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) diff --git a/sources b/sources index b9ce675..98987e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -979e5733a48d24e02043e05c8cba6fce pykickstart-2.14.tar.gz +80f292f6d56f40fe6b8252cf54e18b29 pykickstart-2.15.tar.gz