aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2016-04-27 10:33:30 -0500
committerClark Williams <williams@redhat.com>2016-04-27 10:33:30 -0500
commitd3a414a9af91c6ce882d5f0d21d488b02df33a8b (patch)
tree6dea9fe7957c5dc37260fc3ad54d3758afcca4db
parentb69ff78034a63af5ece07fb8dc87fdacc86e8d13 (diff)
downloadrteval-d3a414a9af91c6ce882d5f0d21d488b02df33a8b.tar.gz
specfile: require version 0.97 of rt-testsv2.8
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec12
-rw-r--r--rteval/version.py2
2 files changed, 9 insertions, 5 deletions
diff --git a/rteval.spec b/rteval.spec
index e9303b3..1c0ebc5 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.7
-Release: 1%{?dist}
+Version: 2.8
+Release: 2%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -16,7 +16,7 @@ BuildRequires: python
Requires: python
Requires: python-schedutils python-ethtool python-lxml
Requires: python-dmidecode >= 3.10
-Requires: rt-tests >= 0.65
+Requires: rt-tests >= 0.97
Requires: rteval-loads >= 1.2
Requires: rteval-common => %{version}-%{release}
Requires: trace-cmd
@@ -42,7 +42,7 @@ Summary: Common rteval files
BuildArch: noarch
%description common
-Common files used by rteva, rteval-xmlrpc and rteval-parser
+Common files used by rteval, rteval-xmlrpc and rteval-parser
%prep
%setup -q
@@ -95,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Tue Apr 26 2016 Clark Williams <williams@redhat.com> - 2.8.1
+- add the --version option to print the rteval version
+- made the --cyclictest-breaktrace option work properly [1209986]
+
* Fri Apr 1 2016 Clark Williams <williams@redhat.com> - 2.7.1
- treat SIGINT and SIGTERM as valid end-of-run events [1278757]
- added cpulist options to man page
diff --git a/rteval/version.py b/rteval/version.py
index 8e8a6f7..63aa8b5 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.7'
+RTEVAL_VERSION = '2.8'