1 |
# $Id: smeserver-clamav.spec,v 1.3 2014/07/03 22:53:28 wellsi Exp $ |
# $Id: smeserver-clamav.spec,v 1.5 2015/12/01 18:14:45 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 6 |
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 |
|
Patch4: smeserver-clamav-2.4.0-bz10837-AllowSupplementaryGroups.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-lib |
Requires: e-smith-lib |
34 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Tue Nov 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-6.sme |
38 |
|
- fix deprecated AllowSupplementaryGroups warning [SME: 10837] |
39 |
|
|
40 |
|
* Tue Dec 1 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
41 |
|
- Disable unofficial sigs for filesystem scans [SME: 9142] |
42 |
|
|
43 |
* 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 |
44 |
- 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] |
45 |
|
|
356 |
%patch0 -p1 |
%patch0 -p1 |
357 |
%patch1 -p1 |
%patch1 -p1 |
358 |
%patch2 -p1 |
%patch2 -p1 |
359 |
|
%patch3 -p1 |
360 |
|
%patch4 -p1 |
361 |
|
|
362 |
%build |
%build |
363 |
perl createlinks |
perl createlinks |