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