1 |
# $Id: smeserver-clamav.spec,v 1.1 2013/02/06 21:48:16 slords Exp $ |
# $Id: smeserver-clamav.spec,v 1.2 2013/07/08 08:22:41 burnat 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 2 |
%define release 3 |
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 |
Patch0: smeserver-clamav-2.4.0-weekly_AV_scan_on_Saturday.patch |
14 |
|
Patch1: smeserver-clamav-2.4.0-MemLimit-0.98.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-lib |
Requires: e-smith-lib |
31 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Jul 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
35 |
|
- Increase MemLimit to 700M for clamav-0.98 [SME: 8483] |
36 |
|
|
37 |
* Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme |
* Mon Jul 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-2.sme |
38 |
- Move clamscan scheduling to complete before 99-raid-check [SME: 7758] |
- Move clamscan scheduling to complete before 99-raid-check [SME: 7758] |
39 |
|
|
342 |
%prep |
%prep |
343 |
%setup |
%setup |
344 |
%patch0 -p1 |
%patch0 -p1 |
345 |
|
%patch1 -p1 |
346 |
|
|
347 |
%build |
%build |
348 |
perl createlinks |
perl createlinks |