diff options
author | Clark Williams <williams@redhat.com> | 2009-03-18 10:23:42 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2009-03-18 10:23:42 -0500 |
commit | 1eee5e31674654d1b433364b92a04912b5f32515 (patch) | |
tree | 0ce2a879b75171ee4bcc4459e94d0b7ccd788dd4 /rteval.spec | |
parent | 4d52b4e77ca526bf28a132f4081fd77975ecf3aa (diff) | |
download | rteval-1eee5e31674654d1b433364b92a04912b5f32515.tar.gz rteval-1eee5e31674654d1b433364b92a04912b5f32515.tar.xz rteval-1eee5e31674654d1b433364b92a04912b5f32515.zip |
added requires for libxslt and bumped release in rteval.spec
Diffstat (limited to 'rteval.spec')
-rw-r--r-- | rteval.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec index d6fb145..3961c55 100644 --- a/rteval.spec +++ b/rteval.spec @@ -4,7 +4,7 @@ Name: rteval Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: utility to evaluate system suitability for RT Linux Group: System/Utilities @@ -14,7 +14,7 @@ Source1: linux-2.6.26.1.tar.bz2 Source2: hackbench.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python gcc binutils make +Requires: python gcc binutils make libxslt Requires: rt-tests >= 0.29 BuildArch: noarch @@ -59,6 +59,10 @@ ln -s %{python_sitelib}/rteval/rteval.py /usr/bin/rteval %{python_sitelib}/*.egg-info %endif %changelog +* Wed Mar 18 2009 Clark Williams <williams@torg> - 0.6-2 +- added Requires for libxslt (williams) +- fixed stupid typo in rteval/rteval.py (williams) + * Wed Mar 18 2009 Clark Williams <williams@torg> - 0.6-1 - added xml output logic (williams, dsommers) - added xlst template for report generator (dsommers) |