Projects
Kolab:Winterfell
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
pykolab.spec
Changed
@@ -38,6 +38,7 @@ Source1: pykolab.logrotate Patch0001: pykolab-0.8-patch-out-manticore.patch +Patch0002: 0001-Call-the-correct-functions.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -235,6 +236,8 @@ %patch0001 -p1 %endif +%patch0002 -p1 + %build autoreconf -v || automake --add-missing && autoreconf -v %configure
View file
0001-Call-the-correct-functions.patch
Added
@@ -0,0 +1,33 @@ +From 8e7ae3827770acf071eaea187f017d099d210e95 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Fri, 8 Jul 2016 13:16:55 +0200 +Subject: [PATCH] Call the correct functions + +--- + kolabd/__init__.py | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/kolabd/__init__.py b/kolabd/__init__.py +index 9629836..a5869d5 100644 +--- a/kolabd/__init__.py ++++ b/kolabd/__init__.py +@@ -285,7 +285,7 @@ class KolabDaemon(object): + + for primary in primaries: + naming_context = primary_auth.domain_naming_context(primary) +- domain_root_dn = primary_auth.domain_root_dn(primary) ++ domain_root_dn = primary_auth._auth._kolab_domain_root_dn(primary) + log.debug( + _("Domain %r naming context: %r, root dn: %r") % ( + primary, +@@ -307,7 +307,6 @@ class KolabDaemon(object): + + # Find however many naming contexts we have, and what the + # corresponding domain name is for them. +- naming_contexts = list(set(naming_contexts.values())) + primary_domains = [x for x,y in naming_contexts.iteritems() if domain_root_dns[x] == y] + + # Now we can check if any changes happened. +-- +2.7.4 +
View file
debian.series
Changed
@@ -1,2 +1,3 @@ cyrus-imapd.conf-cert-paths.patch -p1 pykolab-0.8-patch-out-manticore.patch -p1 +0001-Call-the-correct-functions.patch -p1
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
.