--- rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/02/25 19:04:54 1.4 +++ rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/08/08 16:36:37 1.9 @@ -1,6 +1,10 @@ +# $Id: smeserver-mod_dav.spec,v 1.8 2008/08/08 16:34:20 snetram Exp $ +# Authority: snetram +# Name: Jonathan Martens + %define name smeserver-mod_dav %define version 0.1 -%define release 6 +%define release 9 Summary: SME Server mod_dav implementation Name: %{name} @@ -10,6 +14,8 @@ License: GPL Group: Applications/Internet Source: %{name}-%{version}-2.tgz Patch1: smeserver-mod_dav-0.1-initdb.patch +Patch2: smeserver-mod_dav-0.1-ImplementDAVForIbays.patch +Patch3: smeserver-mod_dav-0.1-FileETagDirective.patch BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 7 httpd >= 2 @@ -19,6 +25,18 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog +* Thu Aug 7 2008 Jonathan Martens 0.1-9 +- Add database key for implementating FileETag directive, for more information on + this key see http://httpd.apache.org/docs/2.0/mod/core.html#fileetag [SME: 4482] + +* Sun Mar 23 2008 Jonathan Martens +- 0.1-8 +- Fixed template issue created in 0.1-7 by [SME: 3470] + +* Sun Mar 23 2008 Jonathan Martens +- 0.1-7 +- Added WebDAV access to ibays [SME: 3470] + * Mon Feb 25 2008 Shad L. Lords 0.1-6 - Remove scripts and move db initialition to package @@ -46,6 +64,8 @@ Implementation of mod_dav for SME Server %setup %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build