Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 142
View file
pykolab.spec
Changed
@@ -29,7 +29,7 @@ Summary: Kolab Groupware Solution Name: pykolab Version: 0.7.8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -37,6 +37,7 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz Patch3: fix_run_kolabd_centos7.patch Patch4: remove-plugin-threading_as_default.patch +Patch5: deliver-to-shared-folders-with-spaces.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -206,6 +207,7 @@ %endif %patch4 -p1 +%patch5 -p1 %build autoreconf -v @@ -529,6 +531,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Wed Feb 18 2015 Daniel Hoffend <dh@dotlan.net> - 0.7.8-3 +- deliver to shared folders with spaces #4613 + * Sun Feb 15 2015 Daniel Hoffend <dh@dotlan.net> - 0.7.8-2 - plugin threading_as_default no longer exists #4570
View file
deliver-to-shared-folders-with-spaces.patch
Added
@@ -0,0 +1,25 @@ +From 1ae974030e1e71565872f7265ba33f1cd82986bd Mon Sep 17 00:00:00 2001 +From: Daniel Hoffend <dh@dotlan.net> +Date: Wed, 18 Feb 2015 00:55:40 +0100 +Subject: [PATCH] deliver to shared folders with spaces #4613 + +--- + pykolab/setup/setup_mta.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pykolab/setup/setup_mta.py b/pykolab/setup/setup_mta.py +index 88c6f6c..0cd9c33 100644 +--- a/pykolab/setup/setup_mta.py ++++ b/pykolab/setup/setup_mta.py +@@ -226,7 +226,7 @@ bind_pw = %(service_bind_pw)s + + query_filter = (&(|(mail=%%s)(alias=%%s))(objectclass=kolabsharedfolder)(kolabFolderType=mail)) + result_attribute = kolabtargetfolder +-result_format = shared+%%s ++result_format = "shared+%%s" + """ % { + "base_dn": conf.get('ldap', 'base_dn'), + "server_host": server_host, +-- +1.9.1 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.7.8-0~kolab3) unstable; urgency=low + + * deliver to shared folders with spaces #4613 + + -- Daniel Hoffend <dh@dotlan.net> Wed, 18 Feb 2015 01:10:00 +0100 + pykolab (0.7.8-0~kolab2) unstable; urgency=low * plugin threading_as_default no longer exists #4570
View file
debian.series
Changed
@@ -1,2 +1,3 @@ cyrus-imapd.conf-cert-paths.patch -p1 remove-plugin-threading_as_default.patch -p1 +deliver-to-shared-folders-with-spaces.patch -p1
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.7.8-0~kolab2 +Version: 0.7.8-0~kolab3 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.