SHA256
1
0
forked from pool/fetchmail
OBS User unknown 2009-01-12 16:52:51 +00:00 committed by Git OBS Bridge
parent 7b24f2a9c9
commit 286b4fa388
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 12 14:53:53 CET 2009 - puzel@suse.cz
- fix spurious messages from fetchmail.init (bnc#464037)
-------------------------------------------------------------------
Fri Nov 14 20:59:37 CET 2008 - mrueckert@suse.de

View File

@ -144,7 +144,7 @@ case "$1" in
fi
$0 status
if test $? = 0; then
$0 restart "$2"
$0 restart $2
else
rc_reset # Not running is not a failure.
fi
@ -155,7 +155,7 @@ case "$1" in
## Stop the service and regardless of whether it was
## running or not, start it again.
$0 stop
$0 start "$2"
$0 start $2
# Remember status and be quiet
rc_status

View File

@ -1,7 +1,7 @@
#
# spec file for package fetchmail (Version 6.3.8.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,7 +30,7 @@ License: GPL v2 or later; Other uncritical OpenSource License; Public Dom
Group: Productivity/Networking/Email/Utilities
AutoReqProv: on
Version: 6.3.8.90
Release: 12
Release: 14
Source: %{name}-6.3.9-rc2.tar.bz2
Source1: %{name}.init
Source2: %{name}.logrotate
@ -175,6 +175,8 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitedir}/fetchmailconf.*
%changelog
* Mon Jan 12 2009 puzel@suse.cz
- fix spurious messages from fetchmail.init (bnc#464037)
* Fri Nov 14 2008 mrueckert@suse.de
- make the kerberos handling based on suse_version instead
of sles_version