SHA256
1
0
forked from pool/fetchmail

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
This commit is contained in:
Tomáš Chvátal 2017-04-01 08:15:57 +00:00 committed by Git OBS Bridge
parent a77029be94
commit d31f7e58cc
2 changed files with 9 additions and 1 deletions

View File

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

View File

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