From 84c9fafd3d58e9517a80e52f959e5af57b21b1b7acaf20c0fce37ed431275802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 13 Nov 2012 13:10:18 +0000 Subject: [PATCH] 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 --- fetchmail.changes | 5 +++++ fetchmail.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fetchmail.changes b/fetchmail.changes index 422befa..9ef0643 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -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 diff --git a/fetchmail.spec b/fetchmail.spec index 2de4030..f1ae823 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -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