1 |
# $Id: smeserver-clamav.spec,v 1.4 2015/09/08 08:21:04 vip-ire Exp $ |
# $Id: smeserver-clamav.spec,v 1.6 2019/11/27 03:40:58 jpp 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 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch3: smeserver-clamav-2.4.0-disable_unofficial_sigs_for_fs_scan.patch |
17 |
|
Patch4: smeserver-clamav-2.4.0-bz10837-AllowSupplementaryGroups.patch |
18 |
|
Patch5: smeserver-clamav-2.4.0-bz10832-lowerMEMLIMITto1g.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-lib |
Requires: e-smith-lib |
35 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Tue Nov 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-6.sme |
39 |
|
- fix deprecated AllowSupplementaryGroups warning [SME: 10837] |
40 |
|
- increase lower memory limit to 1GB [SME: 10832] |
41 |
|
|
42 |
* Tue Dec 1 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
* Tue Dec 1 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
43 |
- Disable unofficial sigs for filesystem scans [SME: 9142] |
- Disable unofficial sigs for filesystem scans [SME: 9142] |
44 |
|
|
359 |
%patch1 -p1 |
%patch1 -p1 |
360 |
%patch2 -p1 |
%patch2 -p1 |
361 |
%patch3 -p1 |
%patch3 -p1 |
362 |
|
%patch4 -p1 |
363 |
|
%patch5 -p1 |
364 |
|
|
365 |
%build |
%build |
366 |
perl createlinks |
perl createlinks |