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..9484ea0 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_URL', '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..23d4f83 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.beta4%{?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