Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 135
View file
pykolab.spec
Changed
@@ -38,6 +38,7 @@ Patch0: fix_mariadb_centos7.patch Patch1: fix_disrvadmin_centos7.patch Patch2: fix_chameleon_roundcube_skin.patch +Patch3: fix_run_kolabd_centos7.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -205,6 +206,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build autoreconf -v @@ -462,11 +464,9 @@ %{_sbindir}/kolab-saslauthd %{python_sitelib}/saslauthd/ %if 0%{?suse_version} > 0 || 0%{?fedora} > 17 || 0%{?rhel} > 6 -%ghost %dir %{_localstatedir}/run/kolabd %ghost %dir %{_localstatedir}/run/kolab-saslauthd %ghost %dir %{_localstatedir}/run/saslauthd %else -%dir %{_localstatedir}/run/kolabd %dir %{_localstatedir}/run/kolab-saslauthd %dir %{_localstatedir}/run/saslauthd %endif @@ -532,7 +532,7 @@ %changelog * Thu Feb 12 2015 Timotheus Pokorra (TBits.net) <tp@tbits.net> - fix for CentOS7, start service mariadb instead of mysqld. fixing #3877 -- create /var/run/kolabd, fixing #2626 +- use /run/kolabd for the pid, fixing #2626 - fix for CentOS7, only enable dirsrv-admin.service if it actually exists. fixing #4554 - use chameleon skin as default. fixing #4557
View file
fix_run_kolabd_centos7.patch
Added
@@ -0,0 +1,25 @@ +From cd8b6a6c81cad457c28456d38fa49fca0b9373c5 Mon Sep 17 00:00:00 2001 +From: Timotheus Pokorra <tp@tbits.net> +Date: Fri, 13 Feb 2015 09:31:48 +0100 +Subject: [PATCH] fixing location of kolabd.pid file for systemd. fixing #2626 + +--- + kolabd/kolabd.systemd | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/kolabd/kolabd.systemd b/kolabd/kolabd.systemd +index 92db05e..e12a847 100644 +--- a/kolabd/kolabd.systemd ++++ b/kolabd/kolabd.systemd +@@ -4,7 +4,7 @@ After=syslog.target network.target + + [Service] + Type=forking +-PIDFile=/var/run/kolabd/kolabd.pid ++PIDFile=/run/kolabd/kolabd.pid + User=kolab + Group=kolab + EnvironmentFile=/etc/sysconfig/kolabd +-- +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
.