From e9d6e867ebeb68167b0fc857b1787575c51bcdec Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Apr 12 2016 19:04:12 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 1fc0330..5bdb387 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pykickstart.spec b/pykickstart.spec index 700279a..92d6789 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 2.27-1 - Ignore DeprecationWarnings originating in pykickstart itself. (clumens) diff --git a/sources b/sources index 80e9c55..bc80c3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15ec1644644e9571609cac5fcd1a1cc9 pykickstart-2.27.tar.gz +e621bc52c7d338a97e56a30c7ba44ead pykickstart-2.28.tar.gz