summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2006-08-03 12:50:58 +0000
committerjorton <jorton@fedoraproject.org>2006-08-03 12:50:58 +0000
commit81d733cda698c442fc07b4863a238650a85deaa0 (patch)
tree0e738a493c02734d48a962c63c5cd2cf4f3af74c /httpd.spec
parent9cf9a14c7507a03f1efa13b307e0f91d376d1c9b (diff)
downloadhttpd-81d733cda698c442fc07b4863a238650a85deaa0.tar.gz
httpd-81d733cda698c442fc07b4863a238650a85deaa0.tar.xz
httpd-81d733cda698c442fc07b4863a238650a85deaa0.zip
- init: use killproc() delay to avoid race killing parenthttpd-2_2_3-3
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index bd387a1..1148862 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,7 +7,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.2.3
-Release: 2
+Release: 3
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -49,6 +49,7 @@ BuildRequires: autoconf, perl, pkgconfig, xmlto >= 0.0.11, findutils
BuildRequires: db4-devel, expat-devel, zlib-devel, libselinux-devel
BuildRequires: apr-devel >= 1.2.0, apr-util-devel >= 1.2.0, pcre-devel >= 5.0,
Requires: /etc/mime.types, gawk, /usr/share/magic.mime, /usr/bin/find
+Requires: initscripts >= 8.36
Obsoletes: httpd-suexec
Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv
Prereq: sh-utils, textutils, /usr/sbin/useradd
@@ -481,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/*.sh
%changelog
+* Thu Aug 3 2006 Joe Orton <jorton@redhat.com> 2.2.3-3
+- init: use killproc() delay to avoid race killing parent
+
* Fri Jul 28 2006 Joe Orton <jorton@redhat.com> 2.2.3-2
- update to 2.2.3
- trim %%changelog to >=2.0.52