[sendmail] - change LSB init header to provide $mail-transport-agent (#627413)

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Nov 26 14:20:10 UTC 2010


commit a60fab56a84002d6c1d6cbebaf149a1b4e8252b4
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Nov 26 15:19:53 2010 +0100

    - change LSB init header to provide $mail-transport-agent (#627413)

 sendmail.init |    2 +-
 sendmail.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <jskarvad at redhat.com> - 8.14.4-17
+- change LSB init header to provide $mail-transport-agent (#627413)
+
 * Mon Nov 08 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 8.14.4-16
 - fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366)
 


More information about the scm-commits mailing list