1 |
# $Id: smeserver-clamav.spec,v 1.31 2010/06/14 20:47:44 wellsi Exp $ |
# $Id: smeserver-clamav.spec,v 1.4 2015/09/08 08:21:04 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 5 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch |
14 |
|
Patch1: smeserver-clamav-2.4.0-MemLimit-0.98.patch |
15 |
|
Patch2: smeserver-clamav-2.4.0-double_mem_limit.patch |
16 |
|
Patch3: smeserver-clamav-2.4.0-disable_unofficial_sigs_for_fs_scan.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-lib |
Requires: e-smith-lib |
33 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Tue Dec 1 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
37 |
|
- Disable unofficial sigs for filesystem scans [SME: 9142] |
38 |
|
|
39 |
|
* Tue Sep 8 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
40 |
|
- Double the memory limit as we do not have enough room [SME: 8933] |
41 |
|
|
42 |
|
* Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
43 |
|
- Increase MemLimit to 700M for clamav-0.98 [SME: 8483] |
44 |
|
|
45 |
|
* Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme |
46 |
|
- Move clamscan scheduling to complete before 99-raid-check [SME: 7758] |
47 |
|
|
48 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
49 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
50 |
|
|
349 |
|
|
350 |
%prep |
%prep |
351 |
%setup |
%setup |
352 |
|
%patch0 -p1 |
353 |
|
%patch1 -p1 |
354 |
|
%patch2 -p1 |
355 |
|
%patch3 -p1 |
356 |
|
|
357 |
%build |
%build |
358 |
perl createlinks |
perl createlinks |