From 6e36bf24d3f9b3e8535a0049bde76d22efcb40d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 19 Jan 2014 17:20:44 +0200 Subject: [PATCH] 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ä - 2.1.26-16 +- Don't order service after syslog.target. + * Fri Nov 15 2013 Petr Lautrbach 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