diff --git a/.gitignore b/.gitignore index e01adce..20ebcad 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.27.tar.gz /pykickstart-2.28.tar.gz /pykickstart-2.29.tar.gz +/pykickstart-2.30.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 9cb6a2c..b760f28 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.29 +Version: 2.30 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -121,6 +121,12 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Tue May 10 2016 Chris Lumens - 2.30-1 +- Add documentation for --excludeWeakdeps (dshea) +- Add support for --excludeWeakdeps option to %packages. (james) +- Numbers can be part of a kickstart command option. (clumens) +- It's authconfig, not autoconfig (in the kickstart.vim file). (clumens) + * Mon Apr 25 2016 Chris Lumens - 2.29-1 - Fix pylint no-member errors. (clumens) - Support file URLs for ostree (#1327460). (clumens) diff --git a/sources b/sources index 55a20b2..d1fa8c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8052108da135e4b77405455bc93f3b06 pykickstart-2.29.tar.gz +1311930b1473e54d16844e5751816d7a pykickstart-2.30.tar.gz