SHA256
1
0
forked from pool/fetchmail

Accepting request 140978 from home:coolo:branches:openSUSE:Factory

- do not use useradd -o without -u

OBS-URL: https://build.opensuse.org/request/show/140978
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=44
This commit is contained in:
Vítězslav Čížek 2012-11-13 13:10:18 +00:00 committed by Git OBS Bridge
parent 4b820d99c2
commit 84c9fafd3d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 12 15:41:55 UTC 2012 - coolo@suse.com
- do not use useradd -o without -u
-------------------------------------------------------------------
Tue Sep 11 09:09:21 UTC 2012 - vcizek@suse.com

View File

@ -121,7 +121,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/fetchmail
%find_lang %{name}
%pre
usr/sbin/useradd -r -o -g daemon -s /bin/false \
usr/sbin/useradd -r -g daemon -s /bin/false \
-c "mail retrieval daemon" -d /var/lib/fetchmail fetchmail 2>/dev/null || :
%post