1 |
# $Id: smeserver-spamassassin.spec,v 1.19 2021/02/22 04:17:46 jpp Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.23 2021/03/16 20:54:07 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.7.0 |
%define version 2.7.0 |
7 |
%define release 7 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
45 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
49 |
|
- prevent noise in log at spamassassin call from qpsmtpd [SME: 11491] |
50 |
|
|
51 |
|
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
52 |
|
- clean rsyslog syntax for spamd [SME: 11422] |
53 |
|
|
54 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-8.sme |
55 |
|
- remove warning while trying to delete file when missing in post script [SME: 11375] |
56 |
|
|
57 |
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-7.sme |
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-7.sme |
58 |
- remove spamd reference as service use spamassassin.service [SME: 11375] |
- remove spamd reference as service use spamassassin.service [SME: 11375] |
59 |
migrate spamd propertie SpamLearning to spamassassin |
migrate spamd propertie SpamLearning to spamassassin |
487 |
%patch2 -p1 |
%patch2 -p1 |
488 |
%patch3 -p1 |
%patch3 -p1 |
489 |
rm -rf root/etc/e-smith/db/configuration/defaults/spamd |
rm -rf root/etc/e-smith/db/configuration/defaults/spamd |
490 |
|
mkdir -p root/var/service/qpsmtpd/.spamassassin |
491 |
|
|
492 |
%build |
%build |
493 |
perl createlinks |
perl createlinks |
503 |
--file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \ |
--file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \ |
504 |
--dir /usr/lib/systemd/system/spamd.service.d 'attr(0755,root,root)' \ |
--dir /usr/lib/systemd/system/spamd.service.d 'attr(0755,root,root)' \ |
505 |
--dir /usr/lib/systemd/system/spamassassin.service.d 'attr(0755,root,root)' \ |
--dir /usr/lib/systemd/system/spamassassin.service.d 'attr(0755,root,root)' \ |
506 |
|
--dir /var/service/qpsmtpd/.spamassassin 'attr(0775,spamd,spamd)' \ |
507 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
508 |
|
|
509 |
%pre |
%pre |
511 |
'spamassassin daemon user' /var/spool/spamd /bin/false |
'spamassassin daemon user' /var/spool/spamd /bin/false |
512 |
#clean 10.0b1 bad choice |
#clean 10.0b1 bad choice |
513 |
if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then |
if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then |
514 |
echo "unlink /etc/systemd/system/spamassassin.service"; fi |
unlink /etc/systemd/system/spamassassin.service; fi |
515 |
if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then |
if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then |
516 |
/usr/bin/systemctl stop spamd.service |
/usr/bin/systemctl stop spamd.service |
517 |
/usr/bin/systemctl stop spamassassin.service |
/usr/bin/systemctl stop spamassassin.service |
525 |
%post |
%post |
526 |
|
|
527 |
# Cleanup old files |
# Cleanup old files |
528 |
rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true |
if [[ -d /var/lib/spamassassin/3.004000 ]]; then |
529 |
|
rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true |
530 |
|
fi |
531 |
|
|
532 |
if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then |
if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then |
533 |
echo "Installing new spam databases - please be patient" |
echo "Installing new spam databases - please be patient" |
541 |
fi |
fi |
542 |
fi |
fi |
543 |
|
|
544 |
rm -rf /usr/lib/systemd/system/spamd.service.d 2>/dev/null || true |
if [[ -d /usr/lib/systemd/system/spamd.service.d ]]; then |
545 |
|
rm -rf /usr/lib/systemd/system/spamd.service.d |
546 |
|
fi |
547 |
|
|
548 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
549 |
%defattr(-,root,root) |
%defattr(-,root,root) |