summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2012-01-09 16:46:47 -0600
committerClark Williams <williams@redhat.com>2012-01-09 16:46:47 -0600
commitc590698f6f06c3c38317116535f5c67f05b945fb (patch)
tree4c3c91d0e25f45865f3fae380620e95fdb2f43ea
parent6e497ecdc9fe14feab8d33f2194c3a200f146ad3 (diff)
downloadrteval-c590698f6f06c3c38317116535f5c67f05b945fb.tar.gz
rteval-c590698f6f06c3c38317116535f5c67f05b945fb.tar.xz
rteval-c590698f6f06c3c38317116535f5c67f05b945fb.zip
updated kcompile source to 2.6.39
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--rteval-loads.spec14
2 files changed, 10 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ca8b27d..429156e 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ MANDIR := $(DESTDIR)/$(PREFIX)/share/man
PYLIB := $(DESTDIR)$(shell python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib()')
LOADDIR := loadsource
-KLOAD := $(LOADDIR)/linux-2.6.26.1.tar.bz2
+KLOAD := $(LOADDIR)/linux-2.6.39.tar.bz2
BLOAD := $(LOADDIR)/dbench-4.0.tar.gz
LOADS := $(KLOAD) $(BLOAD)
diff --git a/rteval-loads.spec b/rteval-loads.spec
index a55375e..5aebc56 100644
--- a/rteval-loads.spec
+++ b/rteval-loads.spec
@@ -1,12 +1,11 @@
Name: rteval-loads
-Version: 1.2
-Release: 2%{?dist}
+Version: 1.3
+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.26.1.tar.bz2
-Source1: dbench-4.0.tar.gz
+Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gcc binutils make
@@ -26,7 +25,6 @@ rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
-install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
%clean
rm -rf ${RPM_BUILD_ROOT}
@@ -39,6 +37,12 @@ rm -rf ${RPM_BUILD_ROOT}
%doc
%changelog
+* Fri May 20 2011 Clark Williams <williams@redhat.com> - 1.3-1
+- updated kernel tarball to 2.6.39
+
+* Mon Feb 7 2011 Clark Williams <williams@redhat.com> - 1.2-3
+- initial build for MRG 2.0 (RHEL6)
+
* Thu Jul 15 2010 Clark Williams <williams@redhat.com> - 1.2-2
- removed rteval require from specfile (caused circular dependency)