--- rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/08/08 19:33:47 1.10 +++ rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2009/02/28 12:28:56 1.21 @@ -1,10 +1,10 @@ -# $Id: smeserver-mod_dav.spec,v 1.9 2008/08/08 16:36:37 snetram Exp $ +# $Id: smeserver-mod_dav.spec,v 1.20 2008/11/25 16:20:26 slords Exp $ # Authority: snetram # Name: Jonathan Martens %define name smeserver-mod_dav %define version 0.1 -%define release 10 +%define release 17 Summary: SME Server mod_dav implementation Name: %{name} @@ -16,6 +16,10 @@ 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 +Patch4: smeserver-mod_dav-0.1-fixTypo.patch +Patch5: smeserver-mod_dav-0.1-fixAuthName.patch +Patch6: smeserver-mod_dav-0.1-fixHttpdErrorWhenDisabled.patch + BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 7 httpd >= 2 @@ -25,6 +29,28 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog +* Sat Feb 28 2009 Jonathan Martens 0.1-17 +- Do not set DAVLock when module is disabled and not loaded [SME: 5039] + +* Wed Sep 17 2008 Jonathan Martens 0.1-16 +- Fix AuthName error in httpd error log when not specified [SME: 4563] + +* Sun Aug 24 2008 Jonathan Martens 0.1-15 +- Create DAVLocks DB directory, remove lock file creating routine as this + is done by the mod_dav module [SME: 4517] + +* Sun Aug 24 2008 Jonathan Martens 0.1-14 +- Create DAVLocks DB directory, fixing privileges [SME: 4517] + +* Sat Aug 23 2008 Jonathan Martens 0.1-13 +- Create DAVLocks DB directory, fixing case [SME: 4517] + +* Sat Aug 23 2008 Jonathan Martens 0.1-12 +- Create DAVLocks DB directory [SME: 4517] + +* Thu Aug 14 2008 Jonathan Martens 0.1-11 +- Fix typo in 95Addmod_dav2ibays [SME: 4502] + * Fri Aug 8 2008 Jonathan Martens 0.1-10 - Make FileETag key line out in configuration file properly [SME: 4482] - Fixing changelog date in previous changelog entry @@ -70,6 +96,10 @@ Implementation of mod_dav for SME Server %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +mkdir -p root/var/run/davLocks/ %build @@ -77,7 +107,9 @@ Implementation of mod_dav for SME Server rm -rf %buildroot (cd root ; find . -depth -print | cpio -dump %buildroot) rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist %buildroot > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist %buildroot \ + --dir /var/run/davLocks 'attr(0755,www,www)' \ + > %{name}-%{version}-filelist %clean rm -rf %buildroot