1 |
# $Id: smeserver-qpsmtpd.spec,v 1.43 2020/12/10 19:32:01 michel Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.47 2021/09/16 19:02:40 jpp Exp $ |
2 |
|
|
3 |
Summary: SME Server qpsmtpd module |
Summary: SME Server qpsmtpd module |
4 |
%define name smeserver-qpsmtpd |
%define name smeserver-qpsmtpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.7.0 |
%define version 2.7.0 |
7 |
%define release 1 |
%define release 5 |
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-qpsmtpd-2.7.0-bx12345-PERMS.patch |
Patch0: smeserver-qpsmtpd-2.7.0-bz10958-preset.patch |
14 |
|
Patch1: smeserver-qpsmtpd-2.7.0-bz11492-reject_threshold-deprecated.patch |
15 |
|
Patch2: smeserver-qpsmtpd-2.7.0-bz11648-tnef2mime.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-19 |
48 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Thu Sep 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
52 |
|
- fix tnef2mime FATAL PLUGIN ERROR [SME: 11648] |
53 |
|
this will be a temp fix by redefining MIME::Parser::Filer::output_path |
54 |
|
until it has been fixed upstream |
55 |
|
|
56 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-3.sme |
57 |
|
- update depreacted reject_threshold to reject [SME: 11492] |
58 |
|
|
59 |
|
* Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-2.sme |
60 |
|
- remove /usr/lib/systemd/system-preset/80-koozali-qpsmtpd.preset [SME: 10958] |
61 |
|
|
62 |
* Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1.sme |
* Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-1.sme |
63 |
- modify for clamav 0.103.0 [SME: 11210] |
- modify for clamav 0.103.0 [SME: 11210] |
64 |
- roll up patches |
- roll up patches |
884 |
|
|
885 |
%prep |
%prep |
886 |
%setup |
%setup |
887 |
#%patch0 -p1 |
%patch0 -p1 |
888 |
|
rm -rf root/usr/lib/systemd/system-preset |
889 |
|
%patch1 -p1 |
890 |
|
%patch2 -p1 |
891 |
|
|
892 |
%build |
%build |
893 |
perl createlinks |
perl createlinks |