From d31f7e58cc0764b804e3f6224cbf3d557e6adc7490f3f7734ff08c7482f45fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 1 Apr 2017 08:15:57 +0000 Subject: [PATCH] Accepting request 484101 from home:msmeissn:branches:server:mail - prerequire group(daemon) to meet new tumbleweed user handling OBS-URL: https://build.opensuse.org/request/show/484101 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=72 --- fetchmail.changes | 5 +++++ fetchmail.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fetchmail.changes b/fetchmail.changes index 43b7823..cb6a83c 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 31 06:17:12 UTC 2017 - meissner@suse.com + +- prerequire group(daemon) to meet new tumbleweed user handling + ------------------------------------------------------------------- Fri May 13 19:33:41 UTC 2016 - jengelh@inai.de diff --git a/fetchmail.spec b/fetchmail.spec index 41cf720..7d5c3de 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,7 +1,7 @@ # # spec file for package fetchmail # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,6 +48,9 @@ Requires(pre): coreutils Requires(pre): pwdutils Suggests: smtp_daemon BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1315 +Requires(pre): group(daemon) +%endif %{?systemd_requires} %description