1 |
# $Id: smeserver-qpsmtpd.spec,v 1.30 2016/05/16 10:22:42 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.31 2016/05/24 08:27:36 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 29 |
%define release 30 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
44 |
Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch |
Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch |
45 |
Patch33: smeserver-qpsmtpd-2.4.0-set_dkim_option_after_key.patch |
Patch33: smeserver-qpsmtpd-2.4.0-set_dkim_option_after_key.patch |
46 |
Patch34: smeserver-qpsmtpd-2.4.0-remove_o_and_r_dkim_fields.patch |
Patch34: smeserver-qpsmtpd-2.4.0-remove_o_and_r_dkim_fields.patch |
47 |
|
Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch |
48 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
49 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
50 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
79 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
80 |
|
|
81 |
%changelog |
%changelog |
82 |
|
* Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-30.sme |
83 |
|
- Fix disabling DMARC reporting [SME: 9507] |
84 |
|
|
85 |
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme |
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme |
86 |
- Remove o and r DKIM fields as they are not standard [SME: 9506] |
- Remove o and r DKIM fields as they are not standard [SME: 9506] |
87 |
|
|
853 |
%patch32 -p1 |
%patch32 -p1 |
854 |
%patch33 -p1 |
%patch33 -p1 |
855 |
%patch34 -p1 |
%patch34 -p1 |
856 |
|
%patch35 -p1 |
857 |
|
|
858 |
%build |
%build |
859 |
perl createlinks |
perl createlinks |