From 4ed084b894e4aa560f6d55ac75c50b25b13e3aa9 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Fri, 7 Nov 2008 16:03:24 +0000 Subject: [PATCH] Bug 463015 - abgraph has a broken dependency --- abgraph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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