Overview

Request 1786 (accepted)

Fix for Fedora 23 and higher, python-twisted buildrequires; Create /run directories for kolabd and wallaced services

Submit package home:tpokorra:b...olab:Winterfell / pykolab to package Kolab:Winterfell / pykolab

pykolab.spec Changed
x
 
1
@@ -84,7 +84,13 @@
2
 
3
 BuildRequires:      python-sievelib
4
 BuildRequires:      python-sqlalchemy
5
+
6
+%if 0%{?fedora} >= 23
7
+# Fedora 23 has python2-twisted and python-twisted
8
+BuildRequires:      python-twisted
9
+%else
10
 BuildRequires:      python-twisted-core
11
+%endif
12
 
13
 %if 0%{?fedora} >= 21
14
 # Fedora 21 has qca2 and qca, qca2 has been renamed to qca, required by kdelibs
15
@@ -356,6 +362,7 @@
16
 if [ "$1" == "1" ] ; then
17
 %if 0%{?with_systemd}
18
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
19
+    systemd-tmpfiles --create
20
 %else
21
     /sbin/chkconfig --add kolabd
22
 %endif
23
@@ -380,6 +387,7 @@
24
 if [ "$1" == "1" ] ; then
25
 %if 0%{?with_systemd}
26
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
27
+    systemd-tmpfiles --create
28
 %else
29
     chkconfig --add wallace
30
 %endif
31
@@ -569,6 +577,10 @@
32
 %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace
33
 
34
 %changelog
35
+* Tue Sep 20 2016 Timotheus Pokorra <tp@tbits.net> - 0.8.3-3
36
+- Fix for Fedora 23 and higher, python-twisted buildrequires
37
+- Create /run directories for kolabd and wallaced services 
38
+
39
 * Wed Jul 27 2016 Dominique Leuenberger (openSUSE) <dimstar@opensuse.org> - 0.8.3-2
40
 - Fix build on openSUSE systems: use %_rundir instead of /var/run
41
 
42
Refresh
Refresh
Request History
Timotheus Pokorra (TBits)'s avatar

tpokorra created request over 8 years ago

Fix for Fedora 23 and higher, python-twisted buildrequires; Create /run directories for kolabd and wallaced services


timotheus's avatar

timotheus accepted request over 8 years ago

merge