diff --git a/sendmail.spec b/sendmail.spec index 7d010c9..c29ff34 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -18,7 +18,7 @@ Summary: A widely used Mail Transport Agent (MTA). Name: sendmail Version: 8.13.3 -Release: 1.1 +Release: 1.2 License: Sendmail Group: System Environment/Daemons Provides: smtpdaemon @@ -43,6 +43,7 @@ Patch10: sendmail-8.12.7-manpage.patch Patch11: sendmail-8.13.2-dynamic.patch Patch12: sendmail-8.13.0-cyrus.patch Patch13: sendmail-8.13.3-close_wait.p2.patch +Patch14: sendmail-8.13.3-fix_for_libbind.patch Buildroot: %{_tmppath}/%{name}-root BuildRequires: tcp_wrappers BuildRequires: db4-devel @@ -135,6 +136,7 @@ your sendmail.cf file. %patch11 -p1 -b .dynamic %patch12 -p1 -b .cyrus %patch13 -p1 -b .close_wait.p2 +%patch14 -p1 -b .fix_for_libbind %build # generate redhat config file @@ -570,6 +572,10 @@ exit 0 %{_docdir}/sendmail %changelog +* Wed Mar 10 2005 Jason Vas Dias 8.13.3-1.2 +- fix libbind include path - use /usr/include/bind/netdb.h, no +- /usr/include/netdb.h - bug: 150339 + * Tue Mar 1 2005 Thomas Woerner 8.13.3-1.1 - fixed gcc4 build: use double quotes for confOPTIMIZE to avoid m4 confusion with ','