diff --git a/.gitignore b/.gitignore index 770cc22..22384b8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index d8421c4..3aa88b6 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.13-1 - Fix liveimg equality check (bcl) - improve test coverage for version.py (atodorov) diff --git a/sources b/sources index 6ff4924..b9ce675 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b96b260f55985ed637ca4b229888df1 pykickstart-2.13.tar.gz +979e5733a48d24e02043e05c8cba6fce pykickstart-2.14.tar.gz