1 |
|
# $Id: smeserver-clamav.spec,v 1.28 2010/04/18 17:22:57 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 1.2.0 |
%define version 2.2.0 |
7 |
%define release 22 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: smeserver-clamav-ArchiveBlockEncrypted.patch |
Patch0: smeserver-clamav-2.2.0-HeuristicScanPrecedence.patch |
14 |
Patch1: smeserver-clamav-1.2.0-exclude_arg.patch |
Patch1: smeserver-clamav-2.2.0-fixperm.patch |
15 |
Patch2: smeserver-clamav-1.2.0-RestrictScan.patch |
Patch2: smeserver-clamav-2.2.0-defaultHeuristicScanPrecedence2yes.patch |
16 |
Patch3: smeserver-clamav-1.2.0-ParamsAndOutput.patch |
Patch3: smeserver-clamav-2.2.0-logrotate.patch |
17 |
Patch4: smeserver-clamav-1.2.0-feedback.patch |
Patch4: smeserver-clamav-2.2.0-nocreate.patch |
18 |
Patch5: smeserver-clamav-1.2.0-feedback.patch2 |
Patch5: smeserver-clamav-2.2.0-logrotate.patch2 |
19 |
Patch6: smeserver-clamav-1.2.0-feedback.patch3 |
Patch6: smeserver-clamav-2.2.0-MemLimit-0.96.patch |
20 |
Patch7: smeserver-clamav-1.2.0-version90.patch |
Patch7: smeserver-clamav-2.2.0-MemLimit2.patch |
21 |
Patch8: smeserver-clamav-1.2.0-memlimit.patch |
Patch8: smeserver-clamav-2.2.0-crondaily.patch |
|
Patch9: smeserver-clamav-1.2.0-memlimit.patch2 |
|
|
Patch10: smeserver-clamav-1.2.0-update-failed-fullpaths.patch |
|
|
Patch11: smeserver-clamav-1.2.0-freshclam_perms.patch |
|
|
Patch12: smeserver-clamav-1.2.0-entire.patch |
|
|
Patch13: smeserver-clamav-1.2.0-rmWeekly.patch |
|
|
Patch14: smeserver-clamav-1.2.0-tags2general.patch |
|
|
Patch15: smeserver-clamav-1.2.0-clamver.patch |
|
|
Patch16: smeserver-clamav-1.2.0-MoveCronTemplate.patch |
|
|
Patch17: smeserver-clamav-1.2.0-clamav93.patch |
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: e-smith-lib |
Requires: e-smith-lib |
25 |
Requires: clamav >= 0.93 |
Requires: e-smith-base |
26 |
Requires: clamd >= 0.93 |
Requires: clamav >= 0.94 |
27 |
|
Requires: clamd >= 0.94 |
28 |
Requires: clamav-db |
Requires: clamav-db |
29 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
30 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
31 |
Obsoletes: e-smith-clamav |
Obsoletes: e-smith-clamav |
32 |
|
Obsoletes: e-smith-antivirus |
33 |
Obsoletes: clamav-es |
Obsoletes: clamav-es |
34 |
Obsoletes: clamav-es-libs |
Obsoletes: clamav-es-libs |
35 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
36 |
|
|
37 |
%description |
%description |
38 |
e-smith server enhancement to configure and run clamd and |
SME Server enhancement to configure and run clamd and freshclam |
|
freshclam |
|
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
42 |
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 6011] |
43 |
|
|
44 |
|
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme |
45 |
|
- Increase MemLimit to 600M for clamav-0.96 [SME: 5868] |
46 |
|
|
47 |
|
* Fri Apr 02 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme |
48 |
|
- Increase MemLimit to 300M for clamav-0.96 [SME: 5868] |
49 |
|
|
50 |
|
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.2.0-8.sme |
51 |
|
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5570] |
52 |
|
|
53 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme |
54 |
|
- Remove create option from logrotate configuration [SME: 5570] |
55 |
|
- Fix version number in previous changelog entry |
56 |
|
|
57 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
58 |
|
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570] |
59 |
|
- Minor changelog fixes in version number |
60 |
|
|
61 |
|
* Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
62 |
|
- Change default value for HeuristicScanPrecedence to yes [SME: 5204] |
63 |
|
|
64 |
|
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
65 |
|
- Fix permissions on freshclam.conf file [SME: 5319] |
66 |
|
|
67 |
|
* Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
68 |
|
- Add HeuristicScanPrecedence option, default disabled [SME: 4598] |
69 |
|
|
70 |
|
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2.sme |
71 |
|
- Obsolete e-smith-antivirus [SME: 4786] |
72 |
|
|
73 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
74 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
75 |
|
|
76 |
|
* Mon Sep 22 2008 Stephen Noble <support@dungog.net> 1.2.0-26 |
77 |
|
- Remove obsolete locale tags [SME: 4235] |
78 |
|
|
79 |
|
* Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-25 |
80 |
|
- Remove links to crontab in all but clamav-update [SME: 4494] |
81 |
|
|
82 |
|
* Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-24 |
83 |
|
- Remove any /etc/cron.d/clamav file. We moved the content to /etc/crontab |
84 |
|
[SME: 1047], but we need to remove any leftover file from earlier template |
85 |
|
expansion, which, if present, could cause the nightly file scanning to be |
86 |
|
run twice. [SME: 4266] |
87 |
|
|
88 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23 |
89 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4288] |
90 |
|
|
91 |
* Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22 |
* Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22 |
92 |
- Add Obsoletes headers to force removal of clamav-es and |
- Add Obsoletes headers to force removal of clamav-es and |
93 |
clamav-es-libs. [SME 4167] |
clamav-es-libs. [SME 4167] |
345 |
%patch6 -p1 |
%patch6 -p1 |
346 |
%patch7 -p1 |
%patch7 -p1 |
347 |
%patch8 -p1 |
%patch8 -p1 |
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
|
%patch16 -p1 |
|
|
%patch17 -p1 |
|
348 |
|
|
349 |
%build |
%build |
350 |
perl createlinks |
perl createlinks |
357 |
%pre |
%pre |
358 |
|
|
359 |
%post |
%post |
360 |
|
rm -f /etc/cron.d/clamav |
361 |
|
|
362 |
%install |
%install |
363 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |