summaryrefslogtreecommitdiffstats
path: root/rteval-loads.spec
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-15 15:29:57 -0500
committerClark Williams <williams@redhat.com>2010-07-15 15:29:57 -0500
commitb7a8ab623798031a25a37cedea3b04e10c571538 (patch)
tree40bf6c9b685790471fb8acdc6bb604a02ab2f1d0 /rteval-loads.spec
parent387769a1fe2fe890a7bd3cad678dc50676f69e34 (diff)
downloadrteval-b7a8ab623798031a25a37cedea3b04e10c571538.tar.gz
rteval-b7a8ab623798031a25a37cedea3b04e10c571538.tar.xz
rteval-b7a8ab623798031a25a37cedea3b04e10c571538.zip
removed require of rteval in rteval-loads.spec
This require caused a circular dependency (since rteval requires rteval-loads). Remove it. Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval-loads.spec')
-rw-r--r--rteval-loads.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/rteval-loads.spec b/rteval-loads.spec
index 4cf4e79..a55375e 100644
--- a/rteval-loads.spec
+++ b/rteval-loads.spec
@@ -1,6 +1,6 @@
Name: rteval-loads
Version: 1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Source files for rteval loads
Group: Development/Tools
License: GPLv2
@@ -9,7 +9,6 @@ Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.1.tar.bz2
Source1: dbench-4.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: rteval >= 1.10
Requires: gcc binutils make
Obsoletes: rteval-kcompile >= 1.0
Obsoletes: rteval-hackbench >= 1.0
@@ -40,6 +39,9 @@ rm -rf ${RPM_BUILD_ROOT}
%doc
%changelog
+* Thu Jul 15 2010 Clark Williams <williams@redhat.com> - 1.2-2
+- removed rteval require from specfile (caused circular dependency)
+
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.2-1
- removed hackbench tarball (now using rt-tests hackbench)