1 |
# $Id: smeserver-clamav.spec,v 1.23 2010/02/06 06:51:17 dungog Exp $ |
# $Id: smeserver-clamav.spec,v 1.27 2010/06/05 07:36:22 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server module to configure clamav |
Summary: SME Server module to configure clamav |
4 |
%define name smeserver-clamav |
%define name smeserver-clamav |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.0.0 |
%define version 2.0.0 |
7 |
%define release 8 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch3: smeserver-clamav-2.0.0-nocreate.patch |
Patch3: smeserver-clamav-2.0.0-nocreate.patch |
17 |
Patch4: smeserver-clamav-2.0.0-logrotate.patch2 |
Patch4: smeserver-clamav-2.0.0-logrotate.patch2 |
18 |
Patch5: smeserver-clamav-2.0.0-MemLimit.patch |
Patch5: smeserver-clamav-2.0.0-MemLimit.patch |
19 |
|
Patch6: smeserver-clamav-2.0.0.crondaily.patch |
20 |
|
Patch7: smeserver-clamav-2.0.0-crondailyCreatelinks.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-lib |
Requires: e-smith-lib |
37 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.0.0-10.sme |
41 |
|
- correct createlinks for /etc/cron.daily/freshclam [SME: 4297] |
42 |
|
|
43 |
|
* Thu Jun 3 2010 Ian Wells <esmith@wellsi.com> 2.0.0-9.sme |
44 |
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 4297] |
45 |
|
|
46 |
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-8.sme |
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-8.sme |
47 |
- Increase MemLimit to 600M for clamav-0.96 [SME: 5868] |
- Increase MemLimit to 600M for clamav-0.96 [SME: 5649] |
48 |
|
|
49 |
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.0.0-7.sme |
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.0.0-7.sme |
50 |
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5287] |
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5287] |
337 |
%patch3 -p1 |
%patch3 -p1 |
338 |
%patch4 -p1 |
%patch4 -p1 |
339 |
%patch5 -p1 |
%patch5 -p1 |
340 |
|
%patch6 -p1 |
341 |
|
%patch7 -p1 |
342 |
|
|
343 |
%build |
%build |
344 |
perl createlinks |
perl createlinks |