11
0

Accepting request 126254 from home:dimstar:branches:GNOME:Factory

- Add users cyrus, ldap and mailman to the openSUSE specific users
  to be excluded (accountsservice-filter-suse-accounts.patch).
  Fixes bnc#765487.

OBS-URL: https://build.opensuse.org/request/show/126254
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=37
This commit is contained in:
2012-06-27 10:34:58 +00:00
committed by Git OBS Bridge
parent d8d1ad96be
commit edaa50f605
2 changed files with 14 additions and 4 deletions

View File

@@ -1,13 +1,16 @@
Index: accountsservice-0.6.17/src/daemon.c
Index: accountsservice-0.6.21/src/daemon.c
===================================================================
--- accountsservice-0.6.17.orig/src/daemon.c
+++ accountsservice-0.6.17/src/daemon.c
@@ -79,6 +79,8 @@ static const char *default_excludes[] =
--- accountsservice-0.6.21.orig/src/daemon.c
+++ accountsservice-0.6.21/src/daemon.c
@@ -80,6 +80,11 @@ static const char *default_excludes[] =
"games",
"man",
"at",
+ "beagleindex",
+ "suse-ncc",
+ "mailman",
+ "ldap",
+ "cyrus",
NULL
};

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 26 21:37:04 UTC 2012 - dimstar@opensuse.org
- Add users cyrus, ldap and mailman to the openSUSE specific users
to be excluded (accountsservice-filter-suse-accounts.patch).
Fixes bnc#765487.
-------------------------------------------------------------------
Fri May 18 06:56:47 UTC 2012 - dimstar@opensuse.org