From 8d6a4bdb5ecd4f66223e8c6aec8ef1575ee9eb10 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Mon, 13 Sep 2010 16:47:23 +0200 Subject: New version --- firstaidkit.spec | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index e9b4e1f..b287ed3 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -4,8 +4,8 @@ %define debug_package %{nil} Name: firstaidkit -Version: 0.2.15 -Release: 2%{?dist} +Version: 0.2.16 +Release: 1%{?dist} Summary: System Rescue Tool Group: Applications/System @@ -279,6 +279,10 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic %changelog +* Mon Sep 13 2010 Martin Sivak - 0.2.16-1 +- Add more result files from OpenSCAP +- Support skipped and error states of issues + * Wed Sep 08 2010 Martin Sivak - 0.2.15-2 - Fix dependency on OpenSCAP - Add freespace plugin diff --git a/setup.py b/setup.py index 43396a7..902e21b 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ cmdclass = { } setup(name='firstaidkit', - version='0.2.15', + version='0.2.16', description='System Rescue Tool', author='Martin Sivak / Joel Andres Granados', author_email='msivak@redhat.com / jgranado@redhat.com', -- cgit