1 |
# $Id: smeserver-spamassassin.spec,v 1.14 2021/02/19 04:53:21 jpp Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.16 2021/02/19 06:03:30 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 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: smeserver-spamassassin-2.7.0-bz11166-update.patch |
Patch0: smeserver-spamassassin-2.7.0-bz11166-update.patch |
14 |
Patch1: smeserver-spamassassin-2.7.0-bz11361-spamd-fails.patch |
Patch1: smeserver-spamassassin-2.7.0-bz11361-spamd-fails.patch |
15 |
|
Patch2: smeserver-spamassassin-2.7.0-bz11362-logging.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
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-6.sme |
48 |
|
- fix typo [SME: 11361] |
49 |
|
|
50 |
* 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 |
51 |
- fix spamd unable to load [SME: 11361] |
- fix spamd unable to load [SME: 11361] |
52 |
|
- redirect spamd loging to spamd.log instead of message [SME: 11362] |
53 |
|
|
54 |
* Wed Feb 17 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme |
* Wed Feb 17 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-4.sme |
55 |
- add requires DCC as we have built it [SME: 11065] |
- add requires DCC as we have built it [SME: 11065] |
468 |
%patch1 -p1 |
%patch1 -p1 |
469 |
rm -rf root/etc/e-smith/templates/usr/ |
rm -rf root/etc/e-smith/templates/usr/ |
470 |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
rm -rf root//usr/lib/systemd/system/spamd.service.d |
471 |
|
%patch2 -p1 |
472 |
|
|
473 |
%build |
%build |
474 |
perl createlinks |
perl createlinks |