From 0e0d5c389942d47d1d80d33e828b1b897d5c05ac860b76069e4e09bf9994673e Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Wed, 4 Jul 2012 09:07:32 +0000 Subject: [PATCH] Accepting request 126380 from home:seife:testing - dont't require, just suggest smtp_daemon -- fetchmail does run fine (and much safer) with e.g. procmail as mda. OBS-URL: https://build.opensuse.org/request/show/126380 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=40 --- fetchmail.changes | 6 ++++++ fetchmail.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/fetchmail.changes b/fetchmail.changes index e53b37f..dd16a51 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 14 11:58:02 UTC 2012 - seife+obs@b1-systems.com + +- dont't require, just suggest smtp_daemon -- fetchmail does run + fine (and much safer) with e.g. procmail as mda. + ------------------------------------------------------------------- Fri Dec 2 12:57:32 UTC 2011 - coolo@suse.com diff --git a/fetchmail.spec b/fetchmail.spec index ab1bc8d..db4ce0d 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,7 +1,7 @@ # # spec file for package fetchmail # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fetchmail BuildRequires: automake BuildRequires: openssl-devel @@ -31,10 +32,10 @@ BuildRequires: krb5-devel %endif Version: 6.3.21 Release: 0 -License: GPL-2.0+ Summary: Full-Featured POP and IMAP Mail Retrieval Daemon -Url: http://fetchmail.berlios.de/ +License: GPL-2.0+ Group: Productivity/Networking/Email/Utilities +Url: http://fetchmail.berlios.de/ # Always repack upstream tarball without fetchmail-{EN,SA}-*.txt # bnc#713698 Source: %{name}-%{version}-repacked.tar.bz2 @@ -48,7 +49,7 @@ PreReq: %insserv_prereq PreReq: coreutils PreReq: pwdutils Requires: logrotate -Requires: smtp_daemon +Suggests: smtp_daemon BuildRoot: %{_tmppath}/%{name}-%{version}-build Icon: fetchmail.xpm @@ -66,6 +67,7 @@ is included in the fetchmailconf package. %package -n fetchmailconf Summary: Fetchmail Configuration Utility +Group: Productivity/Networking/Email/Utilities Requires: %{name} = %{version} Requires: python-tk