1 |
# $Id: smeserver-clamav.spec,v 1.25 2010/04/18 17:28:15 snetram Exp $ |
# $Id: smeserver-clamav.spec,v 1.26 2010/06/03 18:59:05 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 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
|
* Thu 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 |
* 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] |
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 4297] |
45 |
|
|
338 |
%patch4 -p1 |
%patch4 -p1 |
339 |
%patch5 -p1 |
%patch5 -p1 |
340 |
%patch6 -p1 |
%patch6 -p1 |
341 |
|
%patch7 -p1 |
342 |
|
|
343 |
%build |
%build |
344 |
perl createlinks |
perl createlinks |