summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:23:08 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:23:08 +0000
commitc5c4ff4b100cbbe56ca5b31cd3290b504453f8f6 (patch)
treeca86c115de94e65123c480cbed4f6e2efe750677 /httpd.spec
parent5d149576ddf7766c2221e178b24c0b0269cc3a2f (diff)
downloadhttpd-c5c4ff4b100cbbe56ca5b31cd3290b504453f8f6.tar.gz
httpd-c5c4ff4b100cbbe56ca5b31cd3290b504453f8f6.tar.xz
httpd-c5c4ff4b100cbbe56ca5b31cd3290b504453f8f6.zip
auto-import changelog data from httpd-2.0.50-7.src.rpmhttpd-2_0_50-7
Wed Sep 08 2004 Joe Orton <jorton@redhat.com> 2.0.50-7 - prereq rather than just require httpd from -suexec (#132045)
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/httpd.spec b/httpd.spec
index dd32a22..9e09fc5 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: 6.ent
+Release: 7
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -136,7 +136,7 @@ Security (TLS) protocols.
%package suexec
Group: System Environment/Daemons
Summary: suexec binary for the Apache HTTP server
-Requires: httpd = %{version}-%{release}
+PreReq: httpd = %{version}-%{release}
%description suexec
This package includes the /usr/sbin/suexec binary which can be installed
@@ -592,6 +592,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/suexec.8*
%changelog
+* Wed Sep 8 2004 Joe Orton <jorton@redhat.com> 2.0.50-7
+- prereq rather than just require httpd from -suexec (#132045)
+
* Sun Sep 5 2004 Joe Orton <jorton@redhat.com> 2.0.50-6
- include /etc/sysconfig/httpd template (#112085)
- pass $OPTIONS in httpd invocations in apachectl (#115910)