aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-08-30 10:28:28 -0500
committerClark Williams <williams@redhat.com>2016-08-30 12:18:03 -0500
commit39fdf04680352433f58d4a2eaa7a2635eda48f28 (patch)
tree56d74cd363ec0514b58fe1cb2f88d564e1f3ea95
parentc44c0d30fdbd23bed8c9d7e80ea94d2a3aee8368 (diff)
downloadrteval-39fdf04680352433f58d4a2eaa7a2635eda48f28.tar.gz
version 2.11v2.11
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec5
-rw-r--r--rteval/version.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index fa11290..ed54b1d 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 2.10
+Version: 2.11
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Tue Aug 30 2016 Clark Williams <williams@rehdat.com> - 2.11-1
+- make sure we return non-zero for early exit from tests
+
* Wed Aug 3 2016 Clark Williams <williams@rehdat.com> - 2.10-1
- bumped version for RHEL 7.3 release
diff --git a/rteval/version.py b/rteval/version.py
index 3adee73..8b4baf6 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
# are deemed to be part of the source code.
#
-RTEVAL_VERSION = '2.10'
+RTEVAL_VERSION = '2.11'