summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firstaidkit.spec8
-rw-r--r--setup.py2
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 <msivak@redhat.com> - 0.2.16-1
+- Add more result files from OpenSCAP
+- Support skipped and error states of issues
+
* Wed Sep 08 2010 Martin Sivak <msivak@redhat.com> - 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',