1 |
# $Id: smeserver-clamav.spec,v 1.12 2021/04/19 00:56:51 jpp Exp $ |
# $Id: smeserver-clamav.spec,v 1.13 2021/06/09 15:33:00 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.7.0 |
%define version 2.7.0 |
7 |
%define release 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: smeserver-clamav-2.7.0-bz11103-improvements.patch |
Patch0: smeserver-clamav-2.7.0-bz11103-improvements.patch |
14 |
Patch1: smeserver-clamav-2.7.0-bz11313-clamdtop.patch |
Patch1: smeserver-clamav-2.7.0-bz11313-clamdtop.patch |
15 |
Patch2: smeserver-clamav-2.7.0-bz11520-clamd2scan.conf.patch |
Patch2: smeserver-clamav-2.7.0-bz11520-clamd2scan.conf.patch |
16 |
|
Patch3: smeserver-clamav-2.7.0-bz11755-identify-freshclam-error.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
40 |
|
- identify from which server is freshclam error [SME: 11755] |
41 |
|
fix from Graeme Fleming |
42 |
|
|
43 |
* Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
* Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
44 |
- fix typo in logrotate [SME: 11608] |
- fix typo in logrotate [SME: 11608] |
45 |
|
|
403 |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
404 |
%patch1 -p1 |
%patch1 -p1 |
405 |
%patch2 -p1 |
%patch2 -p1 |
406 |
|
%patch3 -p1 |
407 |
|
|
408 |
%build |
%build |
409 |
perl createlinks |
perl createlinks |