/[smeserver]/rpms/smeserver-clamav/sme10/smeserver-clamav.spec
ViewVC logotype

Diff of /rpms/smeserver-clamav/sme10/smeserver-clamav.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.12 by jpp, Mon Apr 19 00:56:51 2021 UTC Revision 1.20 by jpp, Tue Nov 22 20:23:59 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-clamav.spec,v 1.11 2021/04/18 20:18:15 jpp Exp $  # $Id: smeserver-clamav.spec,v 1.19 2022/05/04 13:19:21 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 8  %define release 16
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  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  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    Patch6: smeserver-clamav-2.7.0-bz11963-logrotate.patch
20    Patch7: smeserver-clamav-2.7.0-bz12184.patch
21    
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 35  BuildRequires: e-smith-devtools Line 40  BuildRequires: e-smith-devtools
40  SME Server enhancement to configure and run clamd and freshclam  SME Server enhancement to configure and run clamd and freshclam
41    
42  %changelog  %changelog
43    * Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-16.sme
44    - review post-actions [SME: 12184]
45    
46    * Wed May 04 2022 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 2.7.0-15.sme
47    - logrotate clamd keeps logging to old log [SME: 11963]
48    
49    * Mon Mar 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme
50    - remove default property ArchiveBlockEncrypted  [SME: 11695]
51    
52    * Sat Jan 01 2022 Terry Fage <tfage@yahoo.com.au> 2.7.0-13.sme
53    - fix property name error 2.7.0-12.sme [SME: 11695]
54    
55    * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-12.sme
56    - fix spec file error 2.7.0-11.sme [SME: 11474]
57    
58    * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-11.sme
59    - rename property ArchiveBlockEncrypted to AlertEncrypted as per upstream [SME: 11695]
60      added properties AlertBrokenExecutables AlertExceedsMax AlertOLE2Macros
61      AlertPartitionIntersection AlertPhishingCloak and AlertPhishingSSLMismatch
62      with default no
63      added property HeuristicAlerts with default yes
64    - fix noise on centos2sme [SME: 11474]
65    
66    * Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme
67    - identify from which server is freshclam error [SME: 11755]
68      fix from  Graeme Fleming
69    
70    * Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
71    - fix typo in logrotate [SME: 11608]
72    
73  * Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme  * Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme
74  - fix typo and missing +x [SME: 11520]  - fix typo and missing +x [SME: 11520]
75    
# Line 395  rm -rf root/etc/e-smith/templates/usr/li Line 430  rm -rf root/etc/e-smith/templates/usr/li
430  rm -rf root/usr/lib/systemd/system/freshclam.service.d  rm -rf root/usr/lib/systemd/system/freshclam.service.d
431  %patch1 -p1  %patch1 -p1
432  %patch2 -p1  %patch2 -p1
433    %patch3 -p1
434    %patch4 -p1
435    %patch5 -p1
436    %patch6 -p1
437    %patch7 -p1
438    
439  %build  %build
440  perl createlinks  perl createlinks
# Line 421  fi Line 461  fi
461  #echo "Changing freshclam log owners"  #echo "Changing freshclam log owners"
462  if [[ -d /var/log/freshclam ]]; then  if [[ -d /var/log/freshclam ]]; then
463    chown -R clamupdate:clamupdate /var/log/freshclam;    chown -R clamupdate:clamupdate /var/log/freshclam;
   chown -R clamupdate:clamupdate /var/log/freshclam/*;  
464  fi  fi
465    
466  #echo "Changing clamd log owners"  #echo "Changing clamd log owners"
467  if [[ -d /var/log/clamd ]]; then  if [[ -d /var/log/clamd ]]; then
468    chown -R clamscan:clamscan /var/log/clamd;    chown -R clamscan:clamscan /var/log/clamd;
   chown -R clamscan:clamscan /var/log/clamd/*;  
469  fi  fi
470    
471  %install  %install


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed