aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-12-10 12:38:48 -0600
committerClark Williams <williams@redhat.com>2015-12-10 12:43:20 -0600
commite360f3b4f3cf9c6a0ce7b943dd5b27c71f71c28e (patch)
treea85de25a9a5b3791323bb29f8089f31e50beeb18
parent770d3630bd024a61cdd67ff67108eaf5053fa188 (diff)
downloadrteval-e360f3b4f3cf9c6a0ce7b943dd5b27c71f71c28e.tar.gz
version 2.5v2.5
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec7
-rw-r--r--rteval/version.py2
2 files changed, 6 insertions, 3 deletions
diff --git a/rteval.spec b/rteval.spec
index 5046472..abfae85 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 2.4
-Release: 2%{?dist}
+Version: 2.5
+Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Thu Dec 10 2015 Clark Williams <williams@refhat.com> - 2.5-1
+- stop using old numactl --cpubind argument
+
* Wed Dec 9 2015 Clark Williams <williams@refhat.com> - 2.4.2
- added Require of package numactl
diff --git a/rteval/version.py b/rteval/version.py
index 89dd25a..6979e77 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.4'
+RTEVAL_VERSION = '2.5'