1 |
# $Id: smeserver-spamassassin.spec,v 1.15 2021/02/19 05:56:55 jpp Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.17 2021/02/21 16:41:24 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 5 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
44 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-7.sme |
48 |
|
- remove spamd reference as service use spamassassin.service [SME: 11375] |
49 |
|
migrate spamd propertie SpamLearning to spamassassin |
50 |
|
template for /etc/sysconfig/spamassassin, revert --allow-tell option |
51 |
|
stop spamassassin spamd and delete /etc/systemd/system/spamassassin.service link if exists |
52 |
|
|
53 |
|
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-6.sme |
54 |
|
- fix typo [SME: 11361] |
55 |
|
|
56 |
* Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
* Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
57 |
- fix spamd unable to load [SME: 11361] |
- fix spamd unable to load [SME: 11361] |
58 |
- redirect spamd loging to spamd.log instead of message [SME: 11362] |
- redirect spamd loging to spamd.log instead of message [SME: 11362] |
475 |
rm -rf root/etc/e-smith/templates/usr/ |
rm -rf root/etc/e-smith/templates/usr/ |
476 |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
477 |
%patch2 -p1 |
%patch2 -p1 |
478 |
|
rm -rf root/etc/e-smith/db/configuration/defaults/spamd |
479 |
|
|
480 |
%build |
%build |
481 |
perl createlinks |
perl createlinks |
496 |
%pre |
%pre |
497 |
/sbin/e-smith/create-system-user spamd 1005 \ |
/sbin/e-smith/create-system-user spamd 1005 \ |
498 |
'spamassassin daemon user' /var/spool/spamd /bin/false |
'spamassassin daemon user' /var/spool/spamd /bin/false |
499 |
|
#clean 10.0b1 bad choice |
500 |
|
if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then |
501 |
|
echo "unlink /etc/systemd/system/spamassassin.service"; fi |
502 |
|
if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then |
503 |
|
/usr/bin/systemctl stop spamd.service |
504 |
|
/usr/bin/systemctl stop spamassassin.service |
505 |
|
fi |
506 |
|
|
507 |
|
|
508 |
|
|
509 |
%clean |
%clean |
510 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |