aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-10-24 09:21:23 -0500
committerClark Williams <williams@redhat.com>2016-10-24 09:21:23 -0500
commitfdd69c434f2654702e5c3cac26fc1476ad5c18fd (patch)
tree96f4426219f5d71fa60c1dd3b61161641905d2d3
parent40852d2d54e2ef72d2e79e237141864543e7d1e5 (diff)
downloadrteval-fdd69c434f2654702e5c3cac26fc1476ad5c18fd.tar.gz
version 2.12v2.12
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 ed54b1d..4a76c5e 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.11
+Version: 2.12
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 Sep 20 2016 Clark Williams <williams@rehdat.com> - 2.12-1
+- handle empty environment variables SUDO_USER and USER [1312057]
+
* Tue Aug 30 2016 Clark Williams <williams@rehdat.com> - 2.11-1
- make sure we return non-zero for early exit from tests
diff --git a/rteval/version.py b/rteval/version.py
index 8b4baf6..b67143a 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.11'
+RTEVAL_VERSION = '2.12'