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
This commit is contained in:
Marcus Meissner 2014-09-25 08:26:43 +00:00 committed by Git OBS Bridge
parent 2ad2e0bfca
commit 69c198c44d
3 changed files with 25 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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