diff options
author | David Sommerseth <davids@redhat.com> | 2013-03-12 21:01:19 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2013-03-12 21:04:51 +0100 |
commit | 19398af35587726ff5165f3cf040b55fd71e815e (patch) | |
tree | 8736ab791d1948ee2dbe4636c6017fa1b79d2a8e /rteval.spec | |
parent | 9c836c88614f90ddd8084be312fb7726086c2d08 (diff) | |
download | rteval-master.tar.gz rteval-master.tar.xz rteval-master.zip |
To avoid depending on libxslt-python, use the more standard Python lxml
module for XSLT processing.
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'rteval.spec')
-rw-r--r-- | rteval.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec index 6903b8c..cae7823 100644 --- a/rteval.spec +++ b/rteval.spec @@ -3,7 +3,7 @@ Name: rteval Version: 1.37 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python Requires: python -Requires: python-schedutils python-ethtool libxslt-python >= 1.1.17 +Requires: python-schedutils python-ethtool python-lxml Requires: python-dmidecode >= 3.10 Requires: rt-tests >= 0.65 Requires: rteval-loads >= 1.2 @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/rteval %changelog +* Tue Mar 12 2013 David Sommerseth <davids@redhat.com> - 1.37-2 +- Migrated from libxslt-python to python-lxml + * Thu Dec 13 2012 Clark Williams <williams@redhat.com> - 1.37-1 - added module specific command line options - From Raphaƫl Beamonte <raphael.beamonte@gmail.com>: |