Projects
Kolab:Winterfell
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
pykolab.spec
Changed
@@ -39,6 +39,7 @@ Source1: pykolab.logrotate Patch0001: pykolab-0.8-patch-out-manticore.patch +Patch0002: pykolab-0.8.4-patch-freshclam-subprocess.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -245,6 +246,8 @@ %patch0001 -p1 %endif +%patch0002 -p1 + %build autoreconf -v || automake --add-missing && autoreconf -v %configure @@ -580,6 +583,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Tue Oct 04 2016 Timotheus Pokorra <tp@tbits.net> - 0.8.4-2 +- Add a patch that fixes setup-kolab again, error in call of subprocess for freshclam + * Fri Sep 30 2016 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.8.4-1 - Release of version 0.8.4
View file
pykolab-0.8.4-patch-freshclam-subprocess.patch
Added
@@ -0,0 +1,18 @@ +diff --git a/pykolab/setup/setup_mta.py b/pykolab/setup/setup_mta.py +index 53293cf..0a13fc3 100644 +--- a/pykolab/setup/setup_mta.py ++++ b/pykolab/setup/setup_mta.py +@@ -472,11 +472,11 @@ result_format = "shared+%%s" + log.error(_("Could not find a ClamAV update configuration file")) + + if os.path.isfile('/etc/freshclam.conf'): +- subprocess.call( ++ subprocess.call([ + '/usr/bin/freshclam', + '--quiet', + '--datadir="/var/lib/clamav"' +- ) ++ ]) + + amavisservice = 'amavisd.service' + clamavservice = 'clamd@amavisd.service'
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
.