Hello community, here is the log from the commit of package accountsservice for openSUSE:Factory checked in at 2017-12-29 18:49:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/accountsservice (Old) and /work/SRC/openSUSE:Factory/.accountsservice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice" Fri Dec 29 18:49:09 2017 rev:56 rq:559350 version:0.6.45 Changes: -------- --- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes 2017-08-18 14:59:28.531783969 +0200 +++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes 2017-12-29 18:49:17.824683581 +0100 @@ -1,0 +2,7 @@ +Fri Dec 22 03:05:02 UTC 2017 - [email protected] + +- Add remove-no-longer-used-system-accounts.patch: + Drop operator, nobody4 and noaccess from the blacklist + (bsc#1063794, fdo#103879). + +------------------------------------------------------------------- New: ---- remove-no-longer-used-system-accounts.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ accountsservice.spec ++++++ --- /var/tmp/diff_new_pack.tsDVRM/_old 2017-12-29 18:49:18.412514753 +0100 +++ /var/tmp/diff_new_pack.tsDVRM/_new 2017-12-29 18:49:18.416513604 +0100 @@ -31,6 +31,8 @@ Patch1: accountsservice-filter-suse-accounts.patch # PATCH-FEATURE-SLE as-fate318433-prevent-same-account-multi-logins.patch fate#318433 [email protected] -- prevent multiple simultaneous login. Patch2: as-fate318433-prevent-same-account-multi-logins.patch +# PATCH-FIX-UPSTREAM remove-no-longer-used-system-accounts.patch bsc#1063794 fdo#103879 [email protected] -- drop operator, nobody4 and noaccess from the blacklist. +Patch3: remove-no-longer-used-system-accounts.patch # needed for patch0 BuildRequires: gnome-common BuildRequires: gobject-introspection-devel @@ -90,6 +92,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch3 -p1 %if !0%{?is_opensuse} %patch2 -p1 %endif ++++++ remove-no-longer-used-system-accounts.patch ++++++ diff --git a/src/user-classify.c b/src/user-classify.c index 9b4af06..4b3fdd1 100644 --- a/src/user-classify.c +++ b/src/user-classify.c @@ -39,10 +39,7 @@ static const char *default_excludes[] = { "mail", "news", "uucp", - "operator", "nobody", - "nobody4", - "noaccess", "postgres", "pvm", "rpm",
