summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:10:03 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:10:03 +0000
commit6af796e0cf6c28dd720c4990ae16d1a868c1e34a (patch)
treebc46fe6452dad0424386bd32e9d4e192e7af92a7 /httpd.spec
parentf13b38c6d94b24a7525a419f2cce45c2cec792c8 (diff)
downloadhttpd-6af796e0cf6c28dd720c4990ae16d1a868c1e34a.tar.gz
httpd-6af796e0cf6c28dd720c4990ae16d1a868c1e34a.tar.xz
httpd-6af796e0cf6c28dd720c4990ae16d1a868c1e34a.zip
auto-import changelog data from httpd-2.0.40-6.src.rpmhttpd-2_0_40-6
Mon Sep 02 2002 Joe Orton <jorton@redhat.com> 2.0.40-6 - provide "httpd-mmn" to manage module ABI compatibility
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 1025201..16eb027 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -1,10 +1,11 @@
%define contentdir /var/www
%define suexec_caller apache
+%define mmn 20020628
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.40
-Release: 5
+Release: 6
URL: http://httpd.apache.org/
Vendor: Red Hat, Inc.
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -34,6 +35,7 @@ Requires: /etc/mime.types, gawk, /usr/share/magic.mime, /usr/bin/find
Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv
Prereq: sh-utils, textutils, /usr/sbin/useradd
Provides: webserver
+Provides: httpd-mmn = %{mmn}
Conflicts: thttpd
Obsoletes: apache, secureweb, mod_dav
@@ -72,7 +74,7 @@ Summary: SSL/TLS module for the Apache HTTP server
Serial: 1
BuildPrereq: openssl-devel
Prereq: openssl, dev, /bin/cat
-Requires: httpd, make
+Requires: httpd, make, httpd-mmn = %{mmn}
%description -n mod_ssl
The mod_ssl module provides strong cryptography for the Apache Web
@@ -174,6 +176,9 @@ sed -e "s|/var/www/build|%{_libdir}/httpd/build|g" \
-e "/AP_LIBS/d" -e "/abs_srcdir/d" < build/config_vars.mk \
> $RPM_BUILD_ROOT%{_libdir}/httpd/build/config_vars.mk
+# Make the MMN accessible to module packages
+echo %{mmn} > $RPM_BUILD_ROOT%{_includedir}/httpd/.mmn
+
# docroot
mkdir $RPM_BUILD_ROOT%{contentdir}/html
install -m 644 $RPM_SOURCE_DIR/index.html \
@@ -350,6 +355,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/libtool
%changelog
+* Mon Sep 2 2002 Joe Orton <jorton@redhat.com> 2.0.40-6
+- provide "httpd-mmn" to manage module ABI compatibility
+
* Sun Sep 1 2002 Joe Orton <jorton@redhat.com> 2.0.40-5
- fix SSL session cache (#69699)
- revert addition of LDAP support to apr-util