Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 59
View file
pykolab-0.6.11-sieve-typos.patch
Added
@@ -0,0 +1,32 @@ +commit 147a035a95ea05afbdebbe473b66449587a8ff99 +Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Tue Feb 11 09:53:14 2014 +0100 + + Fix typos + +diff --git a/pykolab/cli/sieve/cmd_refresh.py b/pykolab/cli/sieve/cmd_refresh.py +index 496f31f..6c10dfa 100644 +--- a/pykolab/cli/sieve/cmd_refresh.py ++++ b/pykolab/cli/sieve/cmd_refresh.py +@@ -97,7 +97,7 @@ def execute(*args, **kw): + active, scripts = result + + log.debug(_("Found the following scripts for user %s: %s") % (address, ','.join(scripts)), level=8) +- log.deubg(_("And the following script is active for user %s: %s") % (address, active), level=8) ++ log.debug(_("And the following script is active for user %s: %s") % (address, active), level=8) + + mgmt_required_extensions = [] + +diff --git a/pykolab/plugins/sievemgmt/__init__.py b/pykolab/plugins/sievemgmt/__init__.py +index 32dbdf5..42297a4 100644 +--- a/pykolab/plugins/sievemgmt/__init__.py ++++ b/pykolab/plugins/sievemgmt/__init__.py +@@ -109,7 +109,7 @@ class KolabSievemgmt(object): + active, scripts = result + + log.debug(_("Found the following scripts for user %s: %s") % (address, ','.join(scripts)), level=8) +- log.deubg(_("And the following script is active for user %s: %s") % (address, active), level=8) ++ log.debug(_("And the following script is active for user %s: %s") % (address, active), level=8) + + mgmt_required_extensions = [] +
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +pykolab (0.6.11-0~kolab7) unstable; urgency=low + + * Fix typos in Sieve management + * Correct more permissions + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 11 Feb 2014 20:00:00 +0100 + pykolab (0.6.11-0~kolab6) unstable; urgency=low * Ship Sieve management for UCS
View file
debian.series
Changed
@@ -2,3 +2,4 @@ cyrus-imapd.conf-cert-paths.patch -p1 enable-wallace.patch -p1 pykolab-0.6.11-unlink-cache-on-failure-to-get_entry.patch -p1 +pykolab-0.6.11-sieve-typos.patch -p1
View file
debian.tar.gz/pykolab.postinst
Changed
@@ -51,6 +51,12 @@ dpkg-statoverride --update --add listener nogroup 770 /var/log/kolab chown -R listener:nogroup /var/lib/kolab /var/log/kolab chmod 770 /var/lib/kolab /var/log/kolab + # In any case, add listener to the kolab-n group, and kolab to the nogroup + gpasswd -a listener kolab-n >/dev/null 2>&1 || : + gpasswd -a kolab nogroup >/dev/null 2>&1 || : + if [ -x /etc/init.d/univention-directory-listener ]; then + invoke-rc.d univention-directory-listener restart 2>/dev/null || : + fi else chown kolab-n:kolab /etc/kolab/kolab.conf dpkg-statoverride --update --add kolab kolab-n 770 /var/lib/kolab
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.6.11-0~kolab6 +Version: 0.6.11-0~kolab7 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
.