aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-06-10 15:07:05 -0500
committerClark Williams <williams@redhat.com>2015-06-10 15:12:10 -0500
commit0bffc172ecdd3afefccc5f32886f5474702974d0 (patch)
tree658963fb3fc5a0409168a0c5b968ce503232ac96
parent2b95d35dea884dbc11ecefbc0b11cad2c5adb43d (diff)
downloadrteval-0bffc172ecdd3afefccc5f32886f5474702974d0.tar.gz
specfile update for 2.2-1 build
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index fd18acf..407340a 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.1
-Release: 6%{?dist}
+Version: 2.2
+Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -21,6 +21,7 @@ Requires: rteval-loads >= 1.2
Requires: rteval-common => %{version}-%{release}
Requires: trace-cmd
Requires: sysstat
+Requires: bzip2
BuildArch: noarch
Obsoletes: rteval <= 1.7
@@ -91,6 +92,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Wed Jun 10 2015 Clark Williams <williams@redhat.com> - 2.2-1
+- add --loads-cpulist and --measurement-cpulist to allow cpu placement [1230401]
+
+* Thu Apr 23 2015 Luis Claudio R. Goncalves <lgoncalv@redhat.com> - 2.1-8
+- load default configs when no config file is specified (Jiri kastner) [1212452]
+
+* Wed Jan 14 2015 Clark Williams <williams@redhat.com> - 2.1-7
+- added requires of bzip2 to specfile [1151567]
+
* Thu Jan 8 2015 Clark Williams <williams@redhat.com> - 2.1-6
- cleaned up product documentation [1173315]