1 |
# $Id: smeserver-spamassassin.spec,v 1.18 2021/02/22 04:04:24 jpp Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.22 2021/02/23 17:14:33 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 9 |
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 |
|
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
49 |
|
- clean rsyslog syntax for spamd [SME: 11422] |
50 |
|
|
51 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-8.sme |
52 |
|
- remove warning while trying to delete file when missing in post script [SME: 11375] |
53 |
|
|
54 |
* 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 |
55 |
- remove spamd reference as service use spamassassin.service [SME: 11375] |
- remove spamd reference as service use spamassassin.service [SME: 11375] |
56 |
migrate spamd propertie SpamLearning to spamassassin |
migrate spamd propertie SpamLearning to spamassassin |
482 |
rm -rf root/etc/e-smith/templates/usr/ |
rm -rf root/etc/e-smith/templates/usr/ |
483 |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
484 |
%patch2 -p1 |
%patch2 -p1 |
|
rm -rf root/etc/e-smith/db/configuration/defaults/spamd |
|
485 |
%patch3 -p1 |
%patch3 -p1 |
486 |
|
rm -rf root/etc/e-smith/db/configuration/defaults/spamd |
487 |
|
|
488 |
%build |
%build |
489 |
perl createlinks |
perl createlinks |
506 |
'spamassassin daemon user' /var/spool/spamd /bin/false |
'spamassassin daemon user' /var/spool/spamd /bin/false |
507 |
#clean 10.0b1 bad choice |
#clean 10.0b1 bad choice |
508 |
if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then |
if [[ -L "/etc/systemd/system/spamassassin.service" ]]; then |
509 |
echo "unlink /etc/systemd/system/spamassassin.service"; fi |
unlink /etc/systemd/system/spamassassin.service; fi |
510 |
if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then |
if [[ -L "/usr/lib/systemd/system/spamassassin.service" ]]; then |
511 |
/usr/bin/systemctl stop spamd.service |
/usr/bin/systemctl stop spamd.service |
512 |
/usr/bin/systemctl stop spamassassin.service |
/usr/bin/systemctl stop spamassassin.service |
520 |
%post |
%post |
521 |
|
|
522 |
# Cleanup old files |
# Cleanup old files |
523 |
rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true |
if [[ -d /var/lib/spamassassin/3.004000 ]]; then |
524 |
|
rm -rf /var/lib/spamassassin/3.004000 2>/dev/null || true |
525 |
|
fi |
526 |
|
|
527 |
if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then |
if [[ ! -d /var/lib/spamassassin/3.004004 ]]; then |
528 |
echo "Installing new spam databases - please be patient" |
echo "Installing new spam databases - please be patient" |
536 |
fi |
fi |
537 |
fi |
fi |
538 |
|
|
539 |
rm -rf /usr/lib/systemd/system/spamd.service.d 2>/dev/null || true |
if [[ -d /usr/lib/systemd/system/spamd.service.d ]]; then |
540 |
|
rm -rf /usr/lib/systemd/system/spamd.service.d |
541 |
|
fi |
542 |
|
|
543 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
544 |
%defattr(-,root,root) |
%defattr(-,root,root) |