- Correctly move scripts after they've been installed. (clumens)

- Document %traceback and %onerror. (clumens)
- Add a new %onerror script section (#74). (clumens)
- The tools aren't tests, so don't try to run them. (clumens)
- Enable coverage reporting for pykickstart tools (jikortus)
This commit is contained in:
Chris Lumens 2016-04-12 15:04:12 -04:00
parent fe1666a5d6
commit e9d6e867eb
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -165,3 +165,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.25.tar.gz
/pykickstart-2.26.tar.gz
/pykickstart-2.27.tar.gz
/pykickstart-2.28.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.27
Version: 2.28
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -121,6 +121,13 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* 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)
- Add a new %onerror script section (#74). (clumens)
- The tools aren't tests, so don't try to run them. (clumens)
- Enable coverage reporting for pykickstart tools (jikortus)
* Thu Apr 07 2016 Chris Lumens <clumens@redhat.com> - 2.27-1
- Ignore DeprecationWarnings originating in pykickstart itself. (clumens)

View File

@ -1 +1 @@
15ec1644644e9571609cac5fcd1a1cc9 pykickstart-2.27.tar.gz
e621bc52c7d338a97e56a30c7ba44ead pykickstart-2.28.tar.gz