version 2.12

Signed-off-by: Clark Williams <williams@redhat.com>
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 @@
 /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'