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