--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/02/09 21:17:36 1.2 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/03/25 20:24:53 1.3 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.1 2016/02/07 20:49:54 stephdl Exp $ +# $Id: qpsmtpd.spec,v 1.2 2016/02/09 21:17:36 stephdl Exp $ Name: qpsmtpd Version: 0.84 -Release: 19%{?dist} +Release: 20%{?dist} Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async License: MIT Group: System Environment/Daemons @@ -78,6 +78,7 @@ Patch109: qpsmtpd-0.84-make-dnsbl-more-w Patch110: qpsmtpd-0.84-disable_tlsv1.patch Patch111: qpsmtpd-0.84-deny_login_with_null.patch Patch112: qpsmtpd-0.84-allow_tls_proto_from_config.patch +Patch113: qpsmtpd-0.84-Socket6.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -162,6 +163,7 @@ qpsmpd-async which uses it. %patch110 -p1 %patch111 -p1 %patch112 -p1 +%patch113 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -246,6 +248,9 @@ fi %pre %changelog +* Fri Mar 25 2016 Charlie Brady 0.84-20.sme +- Fix startup warnings due to Socket6 symbol import. [SME: 9386] + * Sun Feb 7 2016 stephane de labrusse 0.84-19.sme - Build new rpm for sme10