[cyrus-sasl] Don't order service after syslog.target.

Ville Skyttä scop at fedoraproject.org
Wed Jan 22 16:30:56 UTC 2014


commit 6e36bf24d3f9b3e8535a0049bde76d22efcb40d2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 19 17:20:44 2014 +0200

    Don't order service after syslog.target.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1055205

 cyrus-sasl.spec   |    5 ++++-
 saslauthd.service |    1 -
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec
index a9ebc58..42ed781 100644
--- a/cyrus-sasl.spec
+++ b/cyrus-sasl.spec
@@ -8,7 +8,7 @@
 Summary: The Cyrus SASL library
 Name: cyrus-sasl
 Version: 2.1.26
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: BSD with advertising
 Group: System Environment/Libraries
 # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@@ -433,6 +433,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
 %{_sbindir}/sasl2-shared-mechlist
 
 %changelog
+* Sun Jan 19 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.1.26-16
+- Don't order service after syslog.target.
+
 * Fri Nov 15 2013 Petr Lautrbach <plautrba at redhat.com> 2.1.26-15
 - Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
 - improve configuration error message
diff --git a/saslauthd.service b/saslauthd.service
index 1dca862..b220655 100644
--- a/saslauthd.service
+++ b/saslauthd.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=SASL authentication daemon.
-After=syslog.target 
 
 [Service]
 Type=forking


More information about the scm-commits mailing list