]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add the missing file-cache module to the cache family of modules in the RPM.
authorGraham Leggett <minfrin@apache.org>
Mon, 27 Mar 2006 19:47:38 +0000 (19:47 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 27 Mar 2006 19:47:38 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@389236 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/httpd.spec.in

index 26b32fea9836350b7ff5f7fe95a21fd86b930c9d..2f8c65287368f55024e98c0900e0d37d4efd3573 100644 (file)
@@ -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 <minfrin@apache.org> 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 <minfrin@apache.org> 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.