* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.1-11.sme

- mod dav now loaded in core [SME: 2269]
This commit is contained in:
Jean-Philippe Pialasse 2025-02-20 22:20:08 -05:00
parent 90fb6363d3
commit ad78d4e6ac
2 changed files with 4 additions and 10 deletions

View File

@ -1,9 +0,0 @@
{
# vim: ft=perl:
my $status = $modDAV{status} || 'disabled';
if ( $status eq "enabled" )
{
$OUT .= "LoadModule dav_module\tmodules/mod_dav.so\n";
$OUT .= "LoadModule dav_fs_module modules/mod_dav_fs.so\n";
}
}

View File

@ -4,7 +4,7 @@
%define name smeserver-mod_dav
%define version 1.1
%define release 10
%define release 11
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 Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.1-11.sme
- mod dav now loaded in core [SME: 2269]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.1-10.sme
- Fix e-smith references in smeserver-mod_dav [SME: 12732]