aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-06-05 13:39:47 -0500
committerClark Williams <williams@redhat.com>2015-06-05 13:39:47 -0500
commita072586592bbf50d615e097affc4372045874d1c (patch)
treeae8fe93e6f3772009754b2c5687989b84b4f90a3
parent9b1fd3c8b6d96b898ef57496c3ba992a51eebaed (diff)
downloadrteval-a072586592bbf50d615e097affc4372045874d1c.tar.gz
rteval-loads: added require for kernel-headers package
To successfully run the kcompile load, the system must have the kernel-headers package installed. This commit adds: Requires: gcc binutils make kernel-headers to the rteval-loads specfile. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval-loads.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rteval-loads.spec b/rteval-loads.spec
index 0083f3a..02956a5 100644
--- a/rteval-loads.spec
+++ b/rteval-loads.spec
@@ -1,6 +1,6 @@
Name: rteval-loads
Version: 1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Source files for rteval loads
Group: Development/Tools
License: GPLv2
@@ -8,7 +8,7 @@ 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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: gcc binutils make
+Requires: gcc binutils make kernel-headers
Obsoletes: rteval-kcompile >= 1.0
Obsoletes: rteval-hackbench >= 1.0
BuildArch: noarch
@@ -37,6 +37,9 @@ rm -rf ${RPM_BUILD_ROOT}
%doc
%changelog
+* Fri Jun 5 2015 Clark Williams <williams@redhat.com> - 1.3-3
+- add requires for kernel-header package [1228740]
+
* Mon Nov 10 2014 Luis Claudio R. Goncalves <lgoncalv@redhat.com> - 1.3-2
- rebuild for RHEL-7.1 (1151569)
@@ -53,7 +56,7 @@ rm -rf ${RPM_BUILD_ROOT}
- removed hackbench tarball (now using rt-tests hackbench)
* Fri Feb 19 2010 Clark Williams <williams@redhat.com> - 1.1-1
-- updated hackbench source with fixes from David Sommerseth
+- updated hackbench source with fixes from David Sommerseth
<davids@redhat.com> to cleanup child processes
* Thu Nov 5 2009 Clark Williams <williams@redhat.com> - 1.0-1