1 |
# $Id: smeserver-clamav.spec,v 1.10 2021/04/07 21:05:46 jpp Exp $ |
# $Id: smeserver-clamav.spec,v 1.17 2022/01/01 04:01:58 terryfage 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 7 |
%define release 14 |
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 |
|
Patch4: smeserver-clamav-2.7.0-bz11695-properties.patch |
18 |
|
Patch5: smeserver-clamav-2.7.0-bz11695-propertyfix.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
38 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
* Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-7.sme |
* Mon Mar 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme |
42 |
|
- remove default property ArchiveBlockEncrypted [SME: 11695] |
43 |
|
|
44 |
|
* Sat Jan 01 2022 Terry Fage <tfage@yahoo.com.au> 2.7.0-13.sme |
45 |
|
- fix property name error 2.7.0-12.sme [SME: 11695] |
46 |
|
|
47 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-12.sme |
48 |
|
- fix spec file error 2.7.0-11.sme [SME: 11474] |
49 |
|
|
50 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-11.sme |
51 |
|
- rename property ArchiveBlockEncrypted to AlertEncrypted as per upstream [SME: 11695] |
52 |
|
added properties AlertBrokenExecutables AlertExceedsMax AlertOLE2Macros |
53 |
|
AlertPartitionIntersection AlertPhishingCloak and AlertPhishingSSLMismatch |
54 |
|
with default no |
55 |
|
added property HeuristicAlerts with default yes |
56 |
|
- fix noise on centos2sme [SME: 11474] |
57 |
|
|
58 |
|
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
59 |
|
- identify from which server is freshclam error [SME: 11755] |
60 |
|
fix from Graeme Fleming |
61 |
|
|
62 |
|
* Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
63 |
|
- fix typo in logrotate [SME: 11608] |
64 |
|
|
65 |
|
* Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme |
66 |
- fix typo and missing +x [SME: 11520] |
- fix typo and missing +x [SME: 11520] |
67 |
|
|
68 |
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme |
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme |
422 |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
423 |
%patch1 -p1 |
%patch1 -p1 |
424 |
%patch2 -p1 |
%patch2 -p1 |
425 |
|
%patch3 -p1 |
426 |
|
%patch4 -p1 |
427 |
|
%patch5 -p1 |
428 |
|
|
429 |
%build |
%build |
430 |
perl createlinks |
perl createlinks |
451 |
#echo "Changing freshclam log owners" |
#echo "Changing freshclam log owners" |
452 |
if [[ -d /var/log/freshclam ]]; then |
if [[ -d /var/log/freshclam ]]; then |
453 |
chown -R clamupdate:clamupdate /var/log/freshclam; |
chown -R clamupdate:clamupdate /var/log/freshclam; |
|
chown -R clamupdate:clamupdate /var/log/freshclam/*; |
|
454 |
fi |
fi |
455 |
|
|
456 |
#echo "Changing clamd log owners" |
#echo "Changing clamd log owners" |
457 |
if [[ -d /var/log/clamd ]]; then |
if [[ -d /var/log/clamd ]]; then |
458 |
chown -R clamscan:clamscan /var/log/clamd; |
chown -R clamscan:clamscan /var/log/clamd; |
|
chown -R clamscan:clamscan /var/log/clamd/*; |
|
459 |
fi |
fi |
460 |
|
|
461 |
%install |
%install |
466 |
--dir /var/log/freshclam 'attr(2755,clamupdate,clamupdate)' \ |
--dir /var/log/freshclam 'attr(2755,clamupdate,clamupdate)' \ |
467 |
--dir /var/log/clamd 'attr(2755,clamscan,clamscan)' \ |
--dir /var/log/clamd 'attr(2755,clamscan,clamscan)' \ |
468 |
--dir /var/spool/clamav/quarantine 'attr(2750,clamscan,clamscan)' \ |
--dir /var/spool/clamav/quarantine 'attr(2750,clamscan,clamscan)' \ |
469 |
--file /usr/sbin/clamdscan 'attr(0755,root,root)' \ |
--file /sbin/clamdscan 'attr(0755,root,root)' \ |
470 |
--file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \ |
--file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \ |
471 |
--file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \ |
--file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \ |
472 |
--file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \ |
--file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \ |