From f642b1a7bd33b8888021621ac517daaae72b81bb Mon Sep 17 00:00:00 2001 From: jorton Date: Jul 26 2007 14:21:42 +0000 Subject: - drop -tools dependency on httpd (thanks to Matthias Saou) --- diff --git a/httpd.spec b/httpd.spec index 6f2b89e..ed14526 100644 --- a/httpd.spec +++ b/httpd.spec @@ -6,7 +6,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.2.4 -Release: 6 +Release: 7 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -88,7 +88,6 @@ also be found at http://httpd.apache.org/docs/2.2/. %package tools Group: System Environment/Daemons Summary: Tools for use with the Apache HTTP Server -Requires: httpd = %{version}-%{release} %description tools The httpd-tools package contains tools which can be used with @@ -477,6 +476,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Thu Jul 26 2007 Joe Orton 2.2.4-7 +- drop -tools dependency on httpd (thanks to Matthias Saou) + * Wed Jul 25 2007 Joe Orton 2.2.4-6 - split out utilities into -tools subpackage, based on patch by Jason Tibbs (#238257)