1 |
# $Id: smeserver-clamav.spec,v 1.1 2016/02/05 23:45:20 stephdl Exp $ |
# $Id: smeserver-clamav.spec,v 1.10 2021/04/07 21:05:46 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.6.0 |
%define version 2.7.0 |
7 |
%define release 2 |
%define release 7 |
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.7.0-bz11103-improvements.patch |
14 |
|
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 |
19 |
Requires: e-smith-lib |
Requires: e-smith-lib |
20 |
Requires: e-smith-base |
Requires: e-smith-base >= 5.8.0-63 |
21 |
Requires: clamav >= 0.94 |
Requires: clamav >= 0.103 |
22 |
Requires: clamd >= 0.94 |
Requires: clamd >= 0.103 |
23 |
Requires: clamav-db |
Requires: clamav-data |
24 |
|
Requires: clamav-update |
25 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
26 |
|
Requires: smeserver-spamassassin >= 2.7.0 |
27 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
28 |
Obsoletes: e-smith-clamav |
Obsoletes: e-smith-clamav |
29 |
Obsoletes: e-smith-antivirus |
Obsoletes: e-smith-antivirus |
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 |
|
* Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-7.sme |
39 |
|
- fix typo and missing +x [SME: 11520] |
40 |
|
|
41 |
|
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-6.sme |
42 |
|
- fix issues with non epel standard scan.conf [SME: 11520] |
43 |
|
move clamd.conf to scan.conf |
44 |
|
remove alias for clamtop |
45 |
|
add a wrapper for clamdscan to force --fdpass |
46 |
|
|
47 |
|
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
48 |
|
- ease use of clamdtop [SME: 11313] |
49 |
|
|
50 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme |
51 |
|
- fix Transaction check error [SME: 11311] |
52 |
|
|
53 |
|
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-2.sme |
54 |
|
- add pid folder /run/clamd/ [SME: 11103] |
55 |
|
few improvements |
56 |
|
- create update event [SME: 11162] |
57 |
|
|
58 |
|
* Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1 |
59 |
|
- Updated to use 0.103+ from EPEL [SME: 11194] |
60 |
|
- Updated to use systemd for clamd [SME: 11103] |
61 |
|
- Updated to use systemd for freshclam [SME: 11104] |
62 |
|
|
63 |
|
* Tue Nov 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
64 |
|
- increase lower memory limit to 1GB [SME: 10833] |
65 |
|
|
66 |
|
* Thu Oct 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
67 |
|
- fix for AllowSupplementaryGroups warning [SME: 10813] |
68 |
|
thanks to bunkobugsy |
69 |
|
|
70 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
71 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
72 |
|
|
389 |
|
|
390 |
%prep |
%prep |
391 |
%setup |
%setup |
392 |
|
%patch0 -p1 |
393 |
|
mkdir -p root/run/clamd |
394 |
|
rm -rf root/etc/e-smith/templates/usr/lib/systemd/system/freshclam.service.d |
395 |
|
rm -rf root/usr/lib/systemd/system/freshclam.service.d |
396 |
|
%patch1 -p1 |
397 |
|
%patch2 -p1 |
398 |
|
|
399 |
%build |
%build |
400 |
perl createlinks |
perl createlinks |
401 |
|
|
402 |
%pre |
%pre |
403 |
|
if [ $1 -gt 1 ] ; then |
404 |
|
if [ -e /var/service/clamd/run ] ; then |
405 |
|
/usr/bin/sv d clamd |
406 |
|
/usr/bin/sv d clamd/log |
407 |
|
fi |
408 |
|
fi |
409 |
|
if [ $1 -gt 1 ] ; then |
410 |
|
if [ -e /var/service/freshclam/run ] ; then |
411 |
|
/usr/bin/sv d freshclam |
412 |
|
/usr/bin/sv d freshclam/log |
413 |
|
fi |
414 |
|
fi |
415 |
%post |
%post |
416 |
rm -f /etc/cron.d/clamav |
# removing old conf file |
417 |
|
if [[ -f /etc/clamd.d/clamd.conf ]]; then |
418 |
|
rm -f /etc/clamd.d/clamd.conf |
419 |
|
fi |
420 |
|
|
421 |
|
#echo "Changing freshclam log owners" |
422 |
|
if [[ -d /var/log/freshclam ]]; then |
423 |
|
chown -R clamupdate:clamupdate /var/log/freshclam; |
424 |
|
chown -R clamupdate:clamupdate /var/log/freshclam/*; |
425 |
|
fi |
426 |
|
|
427 |
|
#echo "Changing clamd log owners" |
428 |
|
if [[ -d /var/log/clamd ]]; then |
429 |
|
chown -R clamscan:clamscan /var/log/clamd; |
430 |
|
chown -R clamscan:clamscan /var/log/clamd/*; |
431 |
|
fi |
432 |
|
|
433 |
%install |
%install |
434 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
435 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
436 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
437 |
--file /var/service/freshclam/run 'attr(0755,root,root)' \ |
--dir /run/clamd 'attr(2775,clamscan,virusgroup)' \ |
438 |
--file /var/service/freshclam/log/run 'attr(0755,root,root)' \ |
--dir /var/log/freshclam 'attr(2755,clamupdate,clamupdate)' \ |
439 |
--dir /var/log/freshclam 'attr(2750,smelog,clamav)' \ |
--dir /var/log/clamd 'attr(2755,clamscan,clamscan)' \ |
440 |
--file /var/service/clamd/run 'attr(0755,root,root)' \ |
--dir /var/spool/clamav/quarantine 'attr(2750,clamscan,clamscan)' \ |
441 |
--file /var/service/clamd/log/run 'attr(0755,root,root)' \ |
--file /usr/sbin/clamdscan 'attr(0755,root,root)' \ |
|
--dir /var/log/clamd 'attr(2750,smelog,smelog)' \ |
|
|
--dir /var/spool/clamav/quarantine 'attr(2750,clamav,clamav)' \ |
|
442 |
--file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \ |
--file /sbin/e-smith/freshclam-update-failed 'attr(0755,root,root)' \ |
443 |
--file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \ |
--file /sbin/e-smith/freshclam-update-ok 'attr(0755,root,root)' \ |
444 |
--file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \ |
--file /sbin/e-smith/smeserver-clamscan 'attr(0755,root,root)' \ |
445 |
|
--file /usr/lib/systemd/system/clamd.service 'attr(0644,root,root)' \ |
446 |
|
--file /usr/lib/systemd/system/freshclam.service 'attr(0644,root,root)' \ |
447 |
|
--dir /usr/lib/systemd/system/clamd.service.d 'attr(0755,root,root)' \ |
448 |
|
--dir /usr/lib/systemd/system/freshclam.service.d 'attr(0755,root,root)' \ |
449 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
450 |
|
|
451 |
%clean |
%clean |