diff --git a/abgraph.spec b/abgraph.spec index 6e6d12b..2d290c0 100644 --- a/abgraph.spec +++ b/abgraph.spec @@ -1,6 +1,6 @@ Name: abgraph Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ABGraph is a simple tool to benchmark webservers @@ -11,7 +11,7 @@ Source: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: gnuplot, httpd-tools +Requires: gnuplot, httpd %description ABGraph is a simple tool to benchmark webservers. @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 7 2008 Marek Mahut - 1.1-2 +- Ab command is in httpd package (RHBZ#463015) + * Wed Jun 25 2008 Marek Mahut - 1.1-1 - Upstream release