summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2007-07-26 14:21:42 +0000
committerjorton <jorton@fedoraproject.org>2007-07-26 14:21:42 +0000
commitf642b1a7bd33b8888021621ac517daaae72b81bb (patch)
treea6ba70e4dcf49362d5605db1f7a63c48f72e93cf /httpd.spec
parent8499915c17e42c2f58d035a9fa1735b1b4ed42b4 (diff)
downloadhttpd-f642b1a7bd33b8888021621ac517daaae72b81bb.tar.gz
httpd-f642b1a7bd33b8888021621ac517daaae72b81bb.tar.xz
httpd-f642b1a7bd33b8888021621ac517daaae72b81bb.zip
- drop -tools dependency on httpd (thanks to Matthias Saou)httpd-2_2_4-7
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec6
1 files changed, 4 insertions, 2 deletions
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 <jorton@redhat.com> 2.2.4-7
+- drop -tools dependency on httpd (thanks to Matthias Saou)
+
* Wed Jul 25 2007 Joe Orton <jorton@redhat.com> 2.2.4-6
- split out utilities into -tools subpackage, based on patch
by Jason Tibbs (#238257)