1 |
# $Id: smeserver-clamav.spec,v 1.24 2010/04/18 17:22:47 snetram Exp $ |
# $Id: smeserver-clamav.spec,v 1.28 2010/06/05 14:38:24 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 11 |
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-11.sme |
41 |
|
- correct createlinks for /etc/cron.daily/freshclam again [SME: 4297] |
42 |
|
|
43 |
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.0.0-10.sme |
44 |
|
- correct createlinks for /etc/cron.daily/freshclam [SME: 4297] |
45 |
|
|
46 |
|
* Thu Jun 3 2010 Ian Wells <esmith@wellsi.com> 2.0.0-9.sme |
47 |
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 4297] |
48 |
|
|
49 |
* 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 |
50 |
- Increase MemLimit to 600M for clamav-0.96 [SME: 5649] |
- Increase MemLimit to 600M for clamav-0.96 [SME: 5649] |
51 |
|
|
340 |
%patch3 -p1 |
%patch3 -p1 |
341 |
%patch4 -p1 |
%patch4 -p1 |
342 |
%patch5 -p1 |
%patch5 -p1 |
343 |
|
%patch6 -p1 |
344 |
|
%patch7 -p1 |
345 |
|
|
346 |
%build |
%build |
347 |
perl createlinks |
perl createlinks |