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

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

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

Revision 1.5 by vip-ire, Fri Mar 18 11:20:02 2016 UTC Revision 1.26 by jcrisp, Wed Mar 8 09:55:14 2023 UTC
# Line 1  Line 1 
1  # $Id: smeserver-spamassassin.spec,v 1.4 2016/03/18 11:19:45 vip-ire Exp $  # $Id: smeserver-spamassassin.spec,v 1.25 2021/04/07 21:24:36 jpp Exp $
2    
3  Summary: SME Server - spamassassin anti-spam module  Summary: SME Server - spamassassin anti-spam module
4  %define name smeserver-spamassassin  %define name smeserver-spamassassin
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.7.0
7  %define release 4  %define release 11
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: smeserver-spamassassin-2.7.0-bz11166-update.patch
14    Patch1: smeserver-spamassassin-2.7.0-bz11361-spamd-fails.patch
15    Patch2: smeserver-spamassassin-2.7.0-bz11362-logging.patch
16    Patch3: smeserver-spamassassin-2.7.0-bz11375-remove-spamd.patch
17    Patch4: smeserver-spamassassin-2.7.0-bz12330-logging-sa4.patch
18    
19  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20  Requires: e-smith-email >= 4.13.0-38  Requires: e-smith-email >= 4.13.0-38
21  Requires: headermatch  Requires: headermatch
22  Requires: spamassassin >= 3.3.0  Requires: spamassassin >= 4.0.0
23  Requires: perl(Crypt::OpenSSL::Bignum)  Requires: perl(Crypt::OpenSSL::Bignum)
24  Requires: perl(IO::Socket::INET6)  Requires: perl(IO::Socket::INET6)
25  Requires: perl(IP::Country)  Requires: perl(IP::Country)
# Line 25  Requires: ucspi-tcp daemontools Line 31  Requires: ucspi-tcp daemontools
31  Requires: e-smith-lib >= 1.13.1-90  Requires: e-smith-lib >= 1.13.1-90
32  Requires: e-smith-base >= 4.13.16  Requires: e-smith-base >= 4.13.16
33  Requires: e-smith-qmail >= 1.9.0-09sme02  Requires: e-smith-qmail >= 1.9.0-09sme02
34    Requires: smeserver-clamav >= 2.7.0
35  Requires: perl-Razor-Agent  Requires: perl-Razor-Agent
36    Requires: DCC
37  Requires: pyzor  Requires: pyzor
38  Obsoletes: FuzzyOcr  Obsoletes: FuzzyOcr
39  Obsoletes: e-smith-spamassassin  Obsoletes: e-smith-spamassassin
# Line 38  AutoReqProv: no Line 46  AutoReqProv: no
46  SME Server - spamassassin anti-spam module  SME Server - spamassassin anti-spam module
47    
48  %changelog  %changelog
49    * Tue Mar 07 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme
50    - update for Spamassassin 4 - thanks for the patch Zsolt [SME: 12330]
51    
52    * Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme
53    - prevent noise in log at spamassassin call from qpsmtpd [SME: 11491]
54    
55    * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme
56    - clean rsyslog syntax for spamd [SME: 11422]
57    
58    * Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-8.sme
59    - remove warning while trying to delete file when missing in post script [SME: 11375]
60    
61    * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-7.sme
62    - remove spamd reference as service use spamassassin.service [SME: 11375]
63      migrate spamd propertie SpamLearning to spamassassin
64      template for /etc/sysconfig/spamassassin, revert --allow-tell option
65      stop spamassassin spamd and delete /etc/systemd/system/spamassassin.service link if exists
66    
67    * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-6.sme
68    - fix typo [SME: 11361]
69    
70    * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme
71    - fix spamd unable to load [SME: 11361]
72    - redirect spamd loging to spamd.log instead of message [SME: 11362]
73    
74    * Wed Feb 17 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme
75    - add requires DCC as we have built it  [SME: 11065]
76    
77    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-3.sme
78    - fix smeserver-spamassassin-update event fix [SME: 11166]
79    
80    * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1
81    - Start systemd migration. Remove symlinks [SME: 11224]
82    - remove refresh clam as this will be provided by clamav
83    - require spamassassin 3.4.4 +
84    
85    * Wed Jun 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
86    - disable auto_learn by default when enabling Bayes [SME: 8160]
87    - added properties UseBayesAutoLearn, BayesAutoLearnThresholdSpam and BayesAutoLearnThresholdNonSpam
88    
89    * Wed Mar 8 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
90    - Rewrite spamd run script to add support for --allow-tell [SME: 10137]
91    
92    * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
93    - Add X-Spam-Details header (and simplify X-Spam-Status) [SME: 9471]
94    
95    * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
96    - fix claim to own /usr/bin [SME: 9348]
97    -  rebuild for Bug [SME: 9347]
98    
99  * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme  * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
100  - Update dependency for perl-Razor-Agent [SME: 9336]  - Update dependency for perl-Razor-Agent [SME: 9336]
101    
# Line 103  SME Server - spamassassin anti-spam modu Line 161  SME Server - spamassassin anti-spam modu
161  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
162  - Roll new stream to separate sme7/sme8 trees [SME: 4633]  - Roll new stream to separate sme7/sme8 trees [SME: 4633]
163    
164  * Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18  * Sat Mar 8 2008 chris burnat <devlist@burnat.com> 1.4.0-18
165  - Edit and rename deprecated template fragment [SME: 3857]    - Edit and rename deprecated template fragment [SME: 3857]  
166    
167  * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17  * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17
# Line 426  SME Server - spamassassin anti-spam modu Line 484  SME Server - spamassassin anti-spam modu
484    
485  %prep  %prep
486  %setup  %setup
487    %patch0 -p1
488    %patch1 -p1
489    rm -rf root/etc/e-smith/templates/usr/
490    rm -rf root//usr/lib/systemd/system/spamd.service.d
491    %patch2 -p1
492    %patch3 -p1
493    rm -rf root/etc/e-smith/db/configuration/defaults/spamd
494    mkdir -p root/var/service/qpsmtpd/.spamassassin
495    %patch4 -p1
496    
497  %build  %build
498  perl createlinks  perl createlinks
# Line 435  rm -rf $RPM_BUILD_ROOT Line 502  rm -rf $RPM_BUILD_ROOT
502  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
503  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
504  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
     --dir /var/service/spamd 'attr(01755,root,root)' \  
     --file /var/service/spamd/down 'attr(0644,root,root)' \  
     --file /var/service/spamd/run 'attr(0755,root,root)' \  
     --dir /var/service/spamd/log 'attr(0755,root,root)' \  
     --dir /var/service/spamd/log/supervise 'attr(0700,root,root)' \  
     --dir /var/service/spamd/supervise 'attr(0700,root,root)' \  
     --file /var/service/spamd/log/run 'attr(0755,root,root)' \  
505      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
506      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
507      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
508      --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \      --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
509      --file /usr/bin/refreshclam 'attr(0755,root,root)' \      --dir /usr/lib/systemd/system/spamd.service.d 'attr(0755,root,root)' \
510        --dir /usr/lib/systemd/system/spamassassin.service.d 'attr(0755,root,root)' \
511        --dir /var/service/qpsmtpd/.spamassassin 'attr(2750,spamd,spamd)' \
512        |grep  -v "/var/service/qpsmtpd$" \
513        |grep  -v "/var/service$" \
514      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
515    
516  %pre  %pre
517  /sbin/e-smith/create-system-user spamd 1005 \  /sbin/e-smith/create-system-user spamd 1005 \
518      'spamassassin daemon user' /var/spool/spamd /bin/false      'spamassassin daemon user' /var/spool/spamd /bin/false
519    #clean 10.0b1 bad choice
520    if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then
521            unlink /etc/systemd/system/spamassassin.service; fi
522    if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then
523            /usr/bin/systemctl stop spamd.service
524            /usr/bin/systemctl stop spamassassin.service
525    fi
526    
527    
528    
529  %clean  %clean
530  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
531    
532  %post  %post
533    
534    # Cleanup old files
535    if [[  -d /var/lib/spamassassin/3.004000 ]]; then
536      rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true
537    fi
538    
539    if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then
540      echo "Installing new spam databases - please be patient"
541      nc -z 8.8.8.8 53  >/dev/null 2>&1
542      online=$?
543      if [ $online -eq 0 ]; then
544          echo "Server Online - updating"
545          /usr/bin/sa-update -v
546      else
547          echo "Offline - please check your network connection and then run sa-update manually"
548      fi
549    fi
550    
551    if [[  -d /usr/lib/systemd/system/spamd.service.d ]]; then
552      rm -rf /usr/lib/systemd/system/spamd.service.d
553    fi
554    
555  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
556  %defattr(-,root,root)  %defattr(-,root,root)


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