summaryrefslogtreecommitdiffstats
path: root/rteval.spec
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-05-06 13:22:10 -0500
committerClark Williams <williams@redhat.com>2010-05-06 13:22:10 -0500
commite26adfce60c0ea280166842b4911b2013fc2fadb (patch)
tree72168b801dbf4e4ff86931e6dc74960cfd53b2b2 /rteval.spec
parent201081c186c55d676e194c2c36300dd6c977e94b (diff)
downloadrteval-e26adfce60c0ea280166842b4911b2013fc2fadb.tar.gz
rteval-e26adfce60c0ea280166842b4911b2013fc2fadb.tar.xz
rteval-e26adfce60c0ea280166842b4911b2013fc2fadb.zip
version bump to 1.20
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval.spec')
-rw-r--r--rteval.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index 342edb1..68ee6c3 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.19
+Version: 1.20
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/%{name}
-%doc COPYING
+%doc COPYING doc/rteval.txt
%{_mandir}/man8/rteval.8*
%{_datadir}/%{name}/rteval_*.xsl
%config(noreplace) %{_sysconfdir}/rteval.conf
@@ -71,6 +71,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Thu Apr 6 2010 Clark Williams <williams@redhat.com> - 1.20-1
+- code fixes from Luis Claudio Goncalves <lgoncalv@redhat.com>
+- from David Sommerseth <davids@redhat.com>:
+ - xmlrpc server updates
+ - cputopology.py for recording topology in xml
+ - added NUMA node recording for run data
+ - rpmlint fixes
+- added start of rteval whitepaper in docs dir
+
* Tue Mar 16 2010 Clark Williams <williams@redhat.com> - 1.19-1
- add ability for --summarize to read tarfiles
- from David Sommerseth <davids@redhat.com>