summaryrefslogtreecommitdiffstats
path: root/rteval.spec
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-09 13:50:25 -0600
committerClark Williams <williams@redhat.com>2009-11-09 13:50:25 -0600
commit49fca6febe93dc72e23fa27acc36779d8eae5e0f (patch)
treed2a77d30ee646fa31acb28d152ea39a5cfe62438 /rteval.spec
parent09a0954a7354922ea328d3a7d08a07c038b6f15f (diff)
downloadrteval-49fca6febe93dc72e23fa27acc36779d8eae5e0f.tar.gz
rteval-49fca6febe93dc72e23fa27acc36779d8eae5e0f.tar.xz
rteval-49fca6febe93dc72e23fa27acc36779d8eae5e0f.zip
fixed incorret dependency for libxslt
Diffstat (limited to 'rteval.spec')
-rw-r--r--rteval.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index e18ae52..6b992fd 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -3,7 +3,7 @@
Name: rteval
Version: 1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -13,7 +13,7 @@ Source0: rteval-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: python
-Requires: python-schedutils python-ethtool libxslt-python >= 1.17
+Requires: python-schedutils python-ethtool libxslt-python >= 1.1.17
Requires: python-dmidecode >= 3.10
Requires: rt-tests >= 0.29
Requires: rteval-loads
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Nov 9 2009 Clark Williams <williams@redhat.com> - 1.11-2
+- fixed incorrect dependency for libxslt
+
* Fri Nov 6 2009 Clark Williams <williams@redhat.com> - 1.11-1
- added base OS info to XML file and XSL report
- created new package rteval-loads for the load source code