1 |
# $Id: smeserver-clamav.spec,v 1.20 2009/06/02 16:21:31 slords Exp $ |
# $Id: smeserver-clamav.spec,v 1.25 2010/04/18 17:28:15 snetram 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 5 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: smeserver-clamav-2.0.0-HeuristicScanPrecedence.patch |
Patch0: smeserver-clamav-2.0.0-HeuristicScanPrecedence.patch |
14 |
Patch1: smeserver-clamav-2.0.0-fixperm.patch |
Patch1: smeserver-clamav-2.0.0-fixperm.patch |
15 |
Patch2: smeserver-clamav-2.0.0-logrotate.patch |
Patch2: smeserver-clamav-2.0.0-logrotate.patch |
16 |
|
Patch3: smeserver-clamav-2.0.0-nocreate.patch |
17 |
|
Patch4: smeserver-clamav-2.0.0-logrotate.patch2 |
18 |
|
Patch5: smeserver-clamav-2.0.0-MemLimit.patch |
19 |
|
Patch6: smeserver-clamav-2.0.0.crondaily.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-lib |
Requires: e-smith-lib |
36 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Thu Jun 3 2010 Ian Wells <esmith@wellsi.com> 2.0.0-9.sme |
40 |
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 4297] |
41 |
|
|
42 |
|
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-8.sme |
43 |
|
- Increase MemLimit to 600M for clamav-0.96 [SME: 5649] |
44 |
|
|
45 |
|
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.0.0-7.sme |
46 |
|
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5287] |
47 |
|
|
48 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
49 |
|
- Remove create option from logrotate configuration [SME: 5287] |
50 |
|
|
51 |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
52 |
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5287] |
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5287] |
53 |
- Minor changelog fixes in version number |
- Minor changelog fixes in version number |
330 |
%patch0 -p1 |
%patch0 -p1 |
331 |
%patch1 -p1 |
%patch1 -p1 |
332 |
%patch2 -p1 |
%patch2 -p1 |
333 |
|
%patch3 -p1 |
334 |
|
%patch4 -p1 |
335 |
|
%patch5 -p1 |
336 |
|
%patch6 -p1 |
337 |
|
|
338 |
%build |
%build |
339 |
perl createlinks |
perl createlinks |