1 |
# $Id: smeserver-clamav.spec,v 1.8 2021/01/08 16:04:20 jpp Exp $ |
# $Id: smeserver-clamav.spec,v 1.9 2021/01/08 22:25:52 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 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
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 |
|
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme |
39 |
|
- fix issues with non epel standard scan.conf [SME: 11520] |
40 |
|
move clamd.conf to scan.conf |
41 |
|
remove alias for clamtop |
42 |
|
add a wrapper for clamdscan to force --fdpass |
43 |
|
|
44 |
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
45 |
- ease use of clamdtop [SME: 11313] |
- ease use of clamdtop [SME: 11313] |
46 |
|
|
391 |
rm -rf root/etc/e-smith/templates/usr/lib/systemd/system/freshclam.service.d |
rm -rf root/etc/e-smith/templates/usr/lib/systemd/system/freshclam.service.d |
392 |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
393 |
%patch1 -p1 |
%patch1 -p1 |
394 |
|
%patch2 -p1 |
395 |
|
|
396 |
%build |
%build |
397 |
perl createlinks |
perl createlinks |
410 |
fi |
fi |
411 |
fi |
fi |
412 |
%post |
%post |
413 |
|
# removing old conf file |
414 |
|
if [[ -f /etc/clam.d/clamd.conf ]]; then |
415 |
|
rm -f /etc/clam.d/clamd.conf |
416 |
|
fi |
417 |
|
|
418 |
# All a bit ugly clearing up due to migrating freshclam here and A5 updates |
#echo "Changing freshclam log owners" |
|
# Most of this can go in due course |
|
|
|
|
|
#echo "File cleanup" |
|
|
# cleanup old files |
|
|
|
|
|
# no clue where it comes from not in sme9, not in new rpms, not templated |
|
|
#rm -f /etc/cron.d/clamav 2>/dev/null || true |
|
|
# this is clamd-0.100.2-2.el7.sme.x86_64 owned and not templated, removing the rpm will remove it ; useless |
|
|
#rm -f /etc/logrotate.d/clamav 2>/dev/null || true |
|
|
# this is clamav-filesystem-0.103.0-1.el7.noarch owned, should be done elsewhere, will be readded everytime the rpm is updated |
|
|
#rm -f /etc/clamd.d/scan.conf 2>/dev/null || true |
|
|
# should only be removed from prep as it is owned by this rpm |
|
|
#rm -rf /etc/e-smith/events/bootstrap-console-save/templates2expand/etc/cron.daily/freshclam 2>/dev/null || true |
|
|
# clamav-db and clamd rpm owned, might remains because of the content |
|
|
#rm -rf /var/clamav 2>/dev/null || true |
|
|
|
|
|
echo "Changing freshclam log owners" |
|
419 |
if [[ -d /var/log/freshclam ]]; then |
if [[ -d /var/log/freshclam ]]; then |
420 |
chown -R clamupdate:clamupdate /var/log/freshclam; |
chown -R clamupdate:clamupdate /var/log/freshclam; |
421 |
chown -R clamupdate:clamupdate /var/log/freshclam/*; |
chown -R clamupdate:clamupdate /var/log/freshclam/*; |
422 |
fi |
fi |
423 |
|
|
424 |
echo "Changing clamd log owners" |
#echo "Changing clamd log owners" |
425 |
if [[ -d /var/log/clamd ]]; then |
if [[ -d /var/log/clamd ]]; then |
426 |
chown -R clamscan:clamscan /var/log/clamd; |
chown -R clamscan:clamscan /var/log/clamd; |
427 |
chown -R clamscan:clamscan /var/log/clamd/*; |
chown -R clamscan:clamscan /var/log/clamd/*; |