- fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366)
This commit is contained in:
parent
af890f9862
commit
6101bed093
@ -14,7 +14,7 @@
|
|||||||
Summary: A widely used Mail Transport Agent (MTA)
|
Summary: A widely used Mail Transport Agent (MTA)
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.14.4
|
Version: 8.14.4
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: Sendmail
|
License: Sendmail
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.sendmail.org/
|
URL: http://www.sendmail.org/
|
||||||
@ -81,6 +81,8 @@ Patch21: sendmail-8.14.3-ipv6-bad-helo.patch
|
|||||||
Patch22: sendmail-8.14.4-libdb5.patch
|
Patch22: sendmail-8.14.4-libdb5.patch
|
||||||
# silence warning about missing sasl2 config in /usr/lib*, now in /etc/sasl2
|
# silence warning about missing sasl2 config in /usr/lib*, now in /etc/sasl2
|
||||||
Patch23: sendmail-8.14.4-sasl2-in-etc.patch
|
Patch23: sendmail-8.14.4-sasl2-in-etc.patch
|
||||||
|
# fix m4 ldap routing macro, #650366
|
||||||
|
Patch24: sendmail-8.14.4-m4-ldap-routing.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: tcp_wrappers-devel
|
BuildRequires: tcp_wrappers-devel
|
||||||
BuildRequires: libdb-devel
|
BuildRequires: libdb-devel
|
||||||
@ -189,6 +191,7 @@ cp devtools/M4/UNIX/{,shared}library.m4
|
|||||||
%patch21 -p1 -b .ipv6-bad-helo
|
%patch21 -p1 -b .ipv6-bad-helo
|
||||||
%patch22 -p1 -b .libdb5
|
%patch22 -p1 -b .libdb5
|
||||||
%patch23 -p1 -b .sasl2-in-etc
|
%patch23 -p1 -b .sasl2-in-etc
|
||||||
|
%patch24 -p1 -b .m4-ldap-routing
|
||||||
|
|
||||||
for f in RELEASE_NOTES contrib/etrn.0; do
|
for f in RELEASE_NOTES contrib/etrn.0; do
|
||||||
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
||||||
@ -641,6 +644,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 08 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.4-15
|
||||||
|
- fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366)
|
||||||
|
|
||||||
* Fri Sep 24 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.4-14
|
* Fri Sep 24 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.4-14
|
||||||
- fix MAXHOSTNAMELEN (#485380)
|
- fix MAXHOSTNAMELEN (#485380)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user