From a60fab56a84002d6c1d6cbebaf149a1b4e8252b4 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Nov 26 2010 14:19:53 +0000 Subject: - change LSB init header to provide $mail-transport-agent (#627413) --- diff --git a/sendmail.init b/sendmail.init index a98d9a7..851eb2b 100644 --- a/sendmail.init +++ b/sendmail.init @@ -11,7 +11,7 @@ # pidfile: /var/run/sendmail.pid ### BEGIN INIT INFO -# Provides: sendmail MTA smtpdaemon +# Provides: sendmail smtpdaemon $mail-transfer-agent # Required-Start: $local_fs $network # Required-Stop: $local_fs $network # Default-Start: 2 3 4 5 diff --git a/sendmail.spec b/sendmail.spec index caa734c..5bd57e0 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -14,7 +14,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.14.4 -Release: 16%{?dist} +Release: 17%{?dist} License: Sendmail Group: System Environment/Daemons URL: http://www.sendmail.org/ @@ -644,6 +644,9 @@ exit 0 %changelog +* Fri Nov 26 2010 Jaroslav Škarvada - 8.14.4-17 +- change LSB init header to provide $mail-transport-agent (#627413) + * Mon Nov 08 2010 Jaroslav Škarvada - 8.14.4-16 - fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366)