Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 144
View file
pykolab.spec
Changed
@@ -37,6 +37,7 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz Patch4: remove-plugin-threading_as_default.patch Patch5: deliver-to-shared-folders-with-spaces.patch +Patch6: fix_kolabsaslauthd_centos7.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -204,6 +205,7 @@ %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build autoreconf -v @@ -527,6 +529,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Thu Feb 19 2015 Timotheus Pokorra (TBits.net) <tp@tbits.net> +- fix for CentOS7, fix path for kolab-saslauthd, fixing #4628 + * Wed Feb 18 2015 Daniel Hoffend <dh@dotlan.net> - 0.7.8-3 - deliver to shared folders with spaces #4613
View file
fix_kolabsaslauthd_centos7.patch
Added
@@ -0,0 +1,26 @@ +From 8ffb806fd0a0ff53dbb38daa00aee542785b323b Mon Sep 17 00:00:00 2001 +From: Timotheus Pokorra <tp@tbits.net> +Date: Thu, 19 Feb 2015 10:54:24 +0100 +Subject: [PATCH] CentOS7 systemd: fix location of kolab-saslauthd socket + (#4628) from the default of /var/run/saslauthd/mux to /run/saslauthd/mux + +--- + saslauthd/kolab-saslauthd.systemd | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/saslauthd/kolab-saslauthd.systemd b/saslauthd/kolab-saslauthd.systemd +index a39073c..f54b9d0 100644 +--- a/saslauthd/kolab-saslauthd.systemd ++++ b/saslauthd/kolab-saslauthd.systemd +@@ -6,7 +6,7 @@ After=syslog.target network.target + Type=forking + PIDFile=/var/run/kolab-saslauthd/kolab-saslauthd.pid + EnvironmentFile=/etc/sysconfig/kolab-saslauthd +-ExecStart=/usr/sbin/kolab-saslauthd $FLAGS ++ExecStart=/usr/sbin/kolab-saslauthd $FLAGS --socket /run/saslauthd/mux + ExecReload=/bin/kill -HUP $MAINPID + ExecStop=/bin/kill -TERM $MAINPID + +-- +1.8.3.1 +
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
.