From 69c198c44d42f21c16d7b4c3064601d1560b972db851a5bef7c70d431f2fbef7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 25 Sep 2014 08:26:43 +0000 Subject: [PATCH] Accepting request 251772 from home:varkoly:branches:network - bnc#897837 saslauthd package has no config - Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure - Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 cyrus-sasl-revert_gssapi_flags.patch (bnc#775279) - bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always' - bnc#897837 saslauthd package has no config - bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always' OBS-URL: https://build.opensuse.org/request/show/251772 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=53 --- cyrus-sasl-saslauthd.changes | 17 ++++++++++++++--- cyrus-sasl.changes | 10 ++++++++++ saslauthd.service | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/cyrus-sasl-saslauthd.changes b/cyrus-sasl-saslauthd.changes index ed76929..91e5d7d 100644 --- a/cyrus-sasl-saslauthd.changes +++ b/cyrus-sasl-saslauthd.changes @@ -1,7 +1,12 @@ ------------------------------------------------------------------- -Tue Jul 29 23:33:45 UTC 2014 - sfalken@opensuse.org +Tue Sep 23 13:57:46 UTC 2014 - varkoly@suse.com -- Changed references to /var/run, to /run in order to clear rpmlint check failure, due to files being installed to /var/run +- bnc#897837 saslauthd package has no config + +------------------------------------------------------------------- +Tue Jul 29 23:31:35 UTC 2014 - sfalken@opensuse.org + +- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure ------------------------------------------------------------------- Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com @@ -10,10 +15,16 @@ Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com - Remove insserv and fillup dependency in cyrus-sasl package; there is neither sysconfig or init file +------------------------------------------------------------------- +Fri Jun 13 11:03:45 UTC 2014 - ckornacker@suse.com + +- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 + cyrus-sasl-revert_gssapi_flags.patch (bnc#775279) + ------------------------------------------------------------------- Tue Apr 1 10:32:37 UTC 2014 - varkoly@suse.com -- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always' +- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always' ------------------------------------------------------------------- Sat Nov 2 20:47:58 UTC 2013 - jengelh@inai.de diff --git a/cyrus-sasl.changes b/cyrus-sasl.changes index f26b0ee..91e5d7d 100644 --- a/cyrus-sasl.changes +++ b/cyrus-sasl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 23 13:57:46 UTC 2014 - varkoly@suse.com + +- bnc#897837 saslauthd package has no config + ------------------------------------------------------------------- Tue Jul 29 23:31:35 UTC 2014 - sfalken@opensuse.org @@ -16,6 +21,11 @@ Fri Jun 13 11:03:45 UTC 2014 - ckornacker@suse.com - Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 cyrus-sasl-revert_gssapi_flags.patch (bnc#775279) +------------------------------------------------------------------- +Tue Apr 1 10:32:37 UTC 2014 - varkoly@suse.com + +- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always' + ------------------------------------------------------------------- Sat Nov 2 20:47:58 UTC 2013 - jengelh@inai.de diff --git a/saslauthd.service b/saslauthd.service index bdef6c5..54b7387 100644 --- a/saslauthd.service +++ b/saslauthd.service @@ -5,7 +5,7 @@ After=syslog.target network.target [Service] Type=forking EnvironmentFile=/etc/sysconfig/saslauthd -ExecStart=/usr/sbin/saslauthd +ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -TERM $MAINPID Restart=always