1 |
# $Id: smeserver-clamav.spec,v 1.3 2014/07/03 22:53:28 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 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch |
Patch0: smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch |
14 |
Patch1: smeserver-clamav-2.4.0-MemLimit-0.98.patch |
Patch1: smeserver-clamav-2.4.0-MemLimit-0.98.patch |
15 |
Patch2: smeserver-clamav-2.4.0-double_mem_limit.patch |
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 |
* 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] |
- Double the memory limit as we do not have enough room [SME: 8933] |
41 |
|
|
352 |
%patch0 -p1 |
%patch0 -p1 |
353 |
%patch1 -p1 |
%patch1 -p1 |
354 |
%patch2 -p1 |
%patch2 -p1 |
355 |
|
%patch3 -p1 |
356 |
|
|
357 |
%build |
%build |
358 |
perl createlinks |
perl createlinks |