diff options
author | Clark Williams <williams@redhat.com> | 2010-02-11 12:52:51 -0600 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2010-02-11 12:52:51 -0600 |
commit | 8ef6040996611d95dc09ec8d5923a3f20116b47d (patch) | |
tree | 37d564cb19157746ad8d14d6a5e3ec6079c57c61 /rteval.spec | |
parent | bf688dd2a74b5ca7cba2488c135c164f31f4f15b (diff) | |
download | rteval-8ef6040996611d95dc09ec8d5923a3f20116b47d.tar.gz rteval-8ef6040996611d95dc09ec8d5923a3f20116b47d.tar.xz rteval-8ef6040996611d95dc09ec8d5923a3f20116b47d.zip |
version bump to 0.15
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval.spec')
-rw-r--r-- | rteval.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec index 5981a99..eddbe0c 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: 1.14 +Version: 1.15 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux @@ -16,7 +16,7 @@ BuildRequires: python Requires: python Requires: python-schedutils python-ethtool libxslt-python >= 1.1.17 Requires: python-dmidecode >= 3.10 -Requires: rt-tests >= 0.29 +Requires: rt-tests >= 0.65 Requires: rteval-loads BuildArch: noarch Obsoletes: rteval <= 1.7 @@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rteval %changelog +* Thu Feb 11 2010 Clark Williams <williams@redhat.com> - 1.15-1 +- added logic to use --numa and --smp options of new cyclictest +- added countdown report for time remaining in a run + * Tue Feb 9 2010 Clark Williams <williams@redhat.com> - 1.14-1 - David Sommerseth <davids@redhat.com>: merged XMLReport() changes for hwcert suite |