--- rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/08/14 06:26:13 1.11 +++ rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/08/24 20:22:05 1.17 @@ -1,10 +1,10 @@ -# $Id: smeserver-mod_dav.spec,v 1.10 2008/08/08 19:33:47 snetram Exp $ +# $Id: smeserver-mod_dav.spec,v 1.16 2008/08/24 20:19:56 snetram Exp $ # Authority: snetram # Name: Jonathan Martens %define name smeserver-mod_dav %define version 0.1 -%define release 11 +%define release 15 Summary: SME Server mod_dav implementation Name: %{name} @@ -16,7 +16,7 @@ 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 +Patch4: smeserver-mod_dav-0.1-fixTypo.patch BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -27,6 +27,19 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog +* 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] @@ -76,6 +89,7 @@ Implementation of mod_dav for SME Server %patch2 -p1 %patch3 -p1 %patch4 -p1 +mkdir -p root/var/run/davLocks/ %build @@ -83,7 +97,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