summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2004-09-14 13:41:57 +0000
committerjorton <jorton@fedoraproject.org>2004-09-14 13:41:57 +0000
commit805286c60f1817ad71a16af7c72d62b61c3a3b8f (patch)
treede6869900a7976f73414ead94433579393c91263 /httpd.spec
parent5ada48b91e4ae3f1e9b45edf9180b36128fd9d5a (diff)
downloadhttpd-805286c60f1817ad71a16af7c72d62b61c3a3b8f.tar.gz
httpd-805286c60f1817ad71a16af7c72d62b61c3a3b8f.tar.xz
httpd-805286c60f1817ad71a16af7c72d62b61c3a3b8f.zip
- add improved child reclaim timing logic (#119128/#132360)httpd-2_0_50-8
- add BuildRequire zlib-devel for mod_deflate
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/httpd.spec b/httpd.spec
index 0f63e30..9775f12 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -1,13 +1,13 @@
%define contentdir /var/www
%define suexec_caller apache
%define mmn 20020903
-%define vstring Red Hat
-%define distro Red Hat Enterprise Linux
+%define vstring Fedora
+%define distro Fedora Core
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.50
-Release: 7.ent
+Release: 8
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -53,6 +53,7 @@ Patch32: httpd-2.0.48-vhost.patch
Patch35: httpd-2.0.49-eocbucket.patch
Patch37: httpd-2.0.46-autoindex.patch
Patch38: httpd-2.0.50-userdir.patch
+Patch39: httpd-2.0.50-reclaim.patch
# Features/functional changes
Patch70: httpd-2.0.48-release.patch
Patch71: httpd-2.0.40-xfsz.patch
@@ -78,7 +79,7 @@ License: Apache Software License
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: db4-devel, expat-devel, findutils, perl, pkgconfig, xmlto >= 0.0.11
-BuildRequires: apr-devel >= 0.9.4-20, apr-util-devel, pcre-devel
+BuildRequires: apr-devel >= 0.9.4-20, apr-util-devel, pcre-devel, zlib-devel
Requires: /etc/mime.types, gawk, /usr/share/magic.mime, /usr/bin/find
Requires: httpd-suexec
Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv
@@ -169,6 +170,7 @@ executed by SSI pages) as a user other than the 'apache' user.
%patch35 -p1 -b .eocbucket
%patch37 -p1 -b .autoindex
%patch38 -p1 -b .userdir
+%patch39 -p1 -b .reclaim
%patch71 -p0 -b .xfsz
%patch72 -p1 -b .pod
@@ -592,6 +594,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/suexec.8*
%changelog
+* Tue Sep 14 2004 Joe Orton <jorton@redhat.com> 2.0.50-8
+- add improved child reclaim timing logic (#119128/#132360)
+- add BuildRequire zlib-devel for mod_deflate
+
* Wed Sep 8 2004 Joe Orton <jorton@redhat.com> 2.0.50-7
- prereq rather than just require httpd from -suexec (#132045)