- 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)
This commit is contained in:
Chris Lumens 2016-05-10 11:52:09 -04:00
parent 881b031779
commit 7d4aea7b28
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 2.29-1
- Fix pylint no-member errors. (clumens)
- Support file URLs for ostree (#1327460). (clumens)

View File

@ -1 +1 @@
8052108da135e4b77405455bc93f3b06 pykickstart-2.29.tar.gz
1311930b1473e54d16844e5751816d7a pykickstart-2.30.tar.gz