version 2.13 Bugzilla: 1432625 updated specfile to 2.13 updated kernel tarball in specfile to linux-4.9 updated version to 2.13 Makefile: changed kernel tar file to 4.9; removed default build of xmlrpcrpm change requires for rteval-loads to version 1.4 Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile index 1a70f9c..4392d5f 100644 --- a/Makefile +++ b/Makefile
@@ -15,7 +15,7 @@ PYLIB := $(DESTDIR)$(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()') LOADDIR := loadsource -KLOAD := $(LOADDIR)/linux-2.6.39.tar.bz2 +KLOAD := $(LOADDIR)/linux-4.9.tar.xz BLOAD := $(LOADDIR)/dbench-4.0.tar.gz LOADS := $(KLOAD) $(BLOAD) @@ -85,7 +85,7 @@ rm -rf rpm mkdir -p rpm/{BUILD,RPMS,SRPMS,SOURCES,SPECS} -rpms rpm: rpm_prep rtevalrpm loadrpm xmlrpcrpm +rpms rpm: rpm_prep rtevalrpm loadrpm rtevalrpm: rteval-$(VERSION).tar.bz2 cp $^ rpm/SOURCES
diff --git a/rteval-loads.spec b/rteval-loads.spec index 02956a5..549f5d1 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec
@@ -1,11 +1,11 @@ Name: rteval-loads -Version: 1.3 -Release: 3%{?dist} +Version: 1.4 +Release: 1%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPLv2 URL: http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rteval.git -Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2 +Source0: http://www.kernel.org/pub/linux/kernel/v4.9/linux-4.9.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: gcc binutils make kernel-headers @@ -37,6 +37,9 @@ %doc %changelog +* Tue Jan 10 2017 Clark Williams <williams@redhat.com> - 1.4-1 +- updated kernel tarball to 4.9 + * Fri Jun 5 2015 Clark Williams <williams@redhat.com> - 1.3-3 - add requires for kernel-header package [1228740]
diff --git a/rteval.spec b/rteval.spec index 4a76c5e..780fa11 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: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux @@ -17,7 +17,7 @@ Requires: python-schedutils python-ethtool python-lxml Requires: python-dmidecode >= 3.10 Requires: rt-tests >= 0.97 -Requires: rteval-loads >= 1.2 +Requires: rteval-loads >= 1.4 Requires: rteval-common => %{version}-%{release} Requires: trace-cmd Requires: sysstat @@ -74,7 +74,7 @@ %{python_sitelib}/rteval/version.py* %{python_sitelib}/rteval/Log.py* %{python_sitelib}/rteval/misc.py* - +%{python_sitelib}/rteval/systopology.py* %files %defattr(-,root,root,-)
diff --git a/rteval/version.py b/rteval/version.py index b67143a..0b316c5 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.12' +RTEVAL_VERSION = '2.13'