From a7cd57dbdbb32af0777bf8c2eb1d717a8056de25 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 26 Apr 2012 18:18:38 +0200 Subject: [PATCH] Add new caldav param --- .../templates/usr/share/sogosync/config.php/45Backend60Caldav | 4 +++- smeserver-sogosync.spec | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav index 7fec142..23b5a51 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav @@ -1 +1,3 @@ - define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/'); + define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); + define('CALDAV_PATH', '/SOGo/dav/%u/'); + define('CALDAV_PERSONAL', 'personal'); diff --git a/smeserver-sogosync.spec b/smeserver-sogosync.spec index 358734d..338ab8c 100644 --- a/smeserver-sogosync.spec +++ b/smeserver-sogosync.spec @@ -1,6 +1,6 @@ Name: smeserver-sogosync -Version: 0.0.1 -Release: 0.beta3%{?dist} +Version: 0.1.1 +Release: 0.beta5%{?dist} Summary: SME Server integration for sogosync Group: Application/System @@ -40,5 +40,8 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %changelog -* Sat Mar 31 2012 Daniel Berteaud 0.0.1-1 +* Thu Apr 26 2012 Daniel Berteaud 0.1.1-1 +- Update config templates + +* Sat Mar 31 2012 Daniel Berteaud 0.1.0-1 - initial package