- Fix pylint no-member errors. (clumens)

- Support file URLs for ostree (#1327460). (clumens)
- Fix a couple mistakes in the documentation. (clumens)
This commit is contained in:
Chris Lumens 2016-04-25 15:57:41 -04:00
parent e9d6e867eb
commit 881b031779
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -166,3 +166,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.26.tar.gz
/pykickstart-2.27.tar.gz
/pykickstart-2.28.tar.gz
/pykickstart-2.29.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.28
Version: 2.29
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -121,6 +121,11 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* 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)
- Fix a couple mistakes in the documentation. (clumens)
* Tue Apr 12 2016 Chris Lumens <clumens@redhat.com> - 2.28-1
- Correctly move scripts after they've been installed. (clumens)
- Document %traceback and %onerror. (clumens)

View File

@ -1 +1 @@
e621bc52c7d338a97e56a30c7ba44ead pykickstart-2.28.tar.gz
8052108da135e4b77405455bc93f3b06 pykickstart-2.29.tar.gz