* 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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
d /var/run/davLocks 0755 www www
|
||||
d /run/davLocks 0755 www www
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user