* Thu Aug 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.1-12.sme

- fix path of /var/run/davLocks to /run/davLocks [SME: 13107]
This commit is contained in:
2025-08-28 13:56:21 -04:00
parent ad78d4e6ac
commit 51055836dd
3 changed files with 7 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
my $status = $modDAV{status} || 'disabled';
if ( $status eq "enabled" )
{
$OUT .= "\nDAVLockDB /var/run/davLocks/DAVLock\n";
$OUT .= "\nDAVLockDB /run/davLocks/DAVLock\n";
}
}

View File

@@ -1 +1 @@
d /var/run/davLocks 0755 www www
d /run/davLocks 0755 www www

View File

@@ -4,7 +4,7 @@
%define name smeserver-mod_dav
%define version 1.1
%define release 11
%define release 12
Summary: SME Server mod_dav implementation
Name: %{name}
@@ -25,6 +25,9 @@ BuildRequires: smeserver-devtools >= 1.13.1-03
Implementation of mod_dav for SME Server 7.
%changelog
* Thu Aug 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.1-12.sme
- fix path of /var/run/davLocks to /run/davLocks [SME: 13107]
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.1-11.sme
- mod dav now loaded in core [SME: 2269]
@@ -80,7 +83,7 @@ rm -rf %buildroot
(cd root ; find . -depth -print | cpio -dump %buildroot)
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist %buildroot \
--dir /var/run/davLocks 'attr(0755,www,www)' \
--dir /run/davLocks 'attr(0755,www,www)' \
> %{name}-%{version}-filelist
%clean