From: Graham Leggett Date: Mon, 27 Mar 2006 19:47:38 +0000 (+0000) Subject: Add the missing file-cache module to the cache family of modules in the RPM. X-Git-Tag: 2.0.56~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de452f8a97a220105284ce631a0b1cb27cb44f3;p=thirdparty%2Fapache%2Fhttpd.git Add the missing file-cache module to the cache family of modules in the RPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@389236 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 26b32fea983..2f8c6528736 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -131,7 +131,7 @@ EOF --with-suexec-uidmin=500 --with-suexec-gidmin=500 \ --with-devrandom \ --with-ldap --enable-ldap --enable-auth-ldap \ - --enable-cache --enable-disk-cache --enable-mem-cache \ + --enable-cache --enable-disk-cache --enable-mem-cache --enable-file-cache \ --enable-ssl --with-ssl \ --enable-deflate --enable-cgid \ --enable-proxy --enable-proxy-connect \ @@ -368,6 +368,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/instdso.sh %changelog +* Mon Mar 27 2006 Graham Leggett 2.0.56-dev +- Add the missing file-cache module to the cache family of modules in + the RPM. + * Tue Oct 11 2005 Graham Leggett 2.0.56-dev - Updated the apr and apr-util dependencies to require at least v0.9.7 - Stop trying to remove *.xml doc files, the httpd build does that already.