diff options
author | Clark Williams <williams@redhat.com> | 2012-10-23 12:15:50 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-10-23 12:15:50 -0500 |
commit | 4090f302f28f7f0d63cc9439d03a6fad7af5bc87 (patch) | |
tree | 963e16b0a805a53544ce769c87f5eac8f838b26a /rteval.spec | |
parent | c10491100a5070cab5887224f10b75c8cfed8e4d (diff) | |
download | rteval-4090f302f28f7f0d63cc9439d03a6fad7af5bc87.tar.gz rteval-4090f302f28f7f0d63cc9439d03a6fad7af5bc87.tar.xz rteval-4090f302f28f7f0d63cc9439d03a6fad7af5bc87.zip |
update to v1.36
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval.spec')
-rw-r--r-- | rteval.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/rteval.spec b/rteval.spec index 2e6737c..8e61010 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.35 +Version: 1.36 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux @@ -71,6 +71,14 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rteval %changelog +* Tue Oct 23 2012 Clark Williams <williams@redhat.com> - 1.36-1 +- deal with system not having dmidecode python module +- make sure to cast priority parameter to int +- from Raphaƫl Beamonte <raphael.beamonte@gmail.com>: + - Rewrite of the get_kthreads method to make it cross-distribution + - Adds getcmdpath method to use which to locate the used commands + - Rewrite of the get_services method to make it cross-distribution + * Mon Apr 2 2012 Clark Williams <williams@redhat.com> - 1.35-1 - fix thinko where SIGINT and SIGTERM handlers were commented out |