1 |
# $Id: smeserver-qpsmtpd.spec,v 1.43 2020/12/10 19:32:01 michel Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.46 2021/03/30 17:04:58 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 4 |
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-4.sme |
52 |
|
- fix tnef2mime FATAL PLUGIN ERROR [SME: 11648] |
53 |
|
|
54 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-3.sme |
55 |
|
- update depreacted reject_threshold to reject [SME: 11492] |
56 |
|
|
57 |
|
* Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.7.0-2.sme |
58 |
|
- remove /usr/lib/systemd/system-preset/80-koozali-qpsmtpd.preset [SME: 10958] |
59 |
|
|
60 |
* 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 |
61 |
- modify for clamav 0.103.0 [SME: 11210] |
- modify for clamav 0.103.0 [SME: 11210] |
62 |
- roll up patches |
- roll up patches |
882 |
|
|
883 |
%prep |
%prep |
884 |
%setup |
%setup |
885 |
#%patch0 -p1 |
%patch0 -p1 |
886 |
|
rm -rf root/usr/lib/systemd/system-preset |
887 |
|
%patch1 -p1 |
888 |
|
%patch2 -p1 |
889 |
|
|
890 |
%build |
%build |
891 |
perl createlinks |
perl createlinks |