Overview
Request 1786 (accepted)
Fix for Fedora 23 and higher, python-twisted buildrequires; Create /run directories for kolabd and wallaced services
- Created by tpokorra over 8 years ago
- In state accepted
-
Open review for
Admin
-
Open review for
kolab-developers
pykolab.spec
Changed
x
1
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
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
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
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
Login required, please
login
in order to comment
Request History
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 accepted request over 8 years ago
merge