Dominique Leuenberger 2018-05-14 11:01:53 +00:00 committed by Git OBS Bridge
parent 88d670b043
commit cd4f40502b
7 changed files with 51 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb0fc293aa75d59f5ef5db719d37a21831c4dd74a97526ee7e51ce936311ef26
size 382740

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1865b98b831ce7e8656cabee213f9a6803cf45032594099410900b0557b3ad25
size 385144

View File

@ -2,7 +2,7 @@ Index: accountsservice-0.6.37/src/user-classify.c
===================================================================
--- accountsservice-0.6.37.orig/src/user-classify.c
+++ accountsservice-0.6.37/src/user-classify.c
@@ -53,7 +53,13 @@ static const char *default_excludes[] =
@@ -51,7 +51,13 @@ static const char *default_excludes[] =
"man",
"at",
"gdm",

View File

@ -21,7 +21,7 @@ Index: accountsservice-0.6.37/src/daemon.c
===================================================================
--- accountsservice-0.6.37.orig/src/daemon.c
+++ accountsservice-0.6.37/src/daemon.c
@@ -44,6 +44,7 @@
@@ -47,6 +47,7 @@
#include "wtmp-helper.h"
#include "daemon.h"
#include "util.h"
@ -29,16 +29,16 @@ Index: accountsservice-0.6.37/src/daemon.c
#define PATH_PASSWD "/etc/passwd"
#define PATH_SHADOW "/etc/shadow"
@@ -376,7 +377,7 @@ reload_autologin_timeout (Daemon *daemon
@@ -560,7 +561,7 @@ reload_autologin_timeout (Daemon *daemon
daemon->priv->autologin_id = 0;
if (!load_autologin (daemon, &name, &enabled, &error)) {
- g_debug ("failed to load gdms custom.conf: %s", error->message);
+ g_debug ("failed to load autologin config: %s", error->message);
g_error_free (error);
g_free (name);
return FALSE;
}
@@ -1272,6 +1273,43 @@ daemon_local_check_auth (Daemon
@@ -1434,6 +1435,43 @@ daemon_local_check_auth (Daemon
g_object_unref (subject);
}
@ -82,17 +82,17 @@ Index: accountsservice-0.6.37/src/daemon.c
gboolean
load_autologin (Daemon *daemon,
gchar **name,
@@ -1282,6 +1320,8 @@ load_autologin (Daemon *daemon,
GError *local_error;
gchar *string;
@@ -1444,6 +1482,8 @@ load_autologin (Daemon *daemon,
GError *local_error = NULL;
g_autofree gchar *string = NULL;
+ return load_autologin_suse (daemon, name, enabled, error);
+
keyfile = g_key_file_new ();
if (!g_key_file_load_from_file (keyfile,
PATH_GDM_CUSTOM,
@@ -1329,6 +1369,8 @@ save_autologin (Daemon *daemon,
gchar *data;
@@ -1483,6 +1523,8 @@ save_autologin (Daemon *daemon,
g_autofree gchar *data = NULL;
gboolean result;
+ return save_autologin_suse (daemon, name, enabled, error);

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Apr 6 02:43:51 UTC 2018 - luc14n0@linuxmail.org
- Update to version 0.6.46:
+ Fix systemd unit file to use default standard output;
+ Performance improvements;
+ Leak fixes;
+ Crash fixes;
+ Support extra groups for admin users;
+ Add policy that allows admins to allow users to change their
own password;
+ Introspection fixes;
+ Elogind support;
+ Decruftification of username blacklist;
+ Updated translations.
- Add:
+ gio-2.0 and gio-unix-2.0 pkgconfig modules BuildRequires to
avoid implicit dependencies.
+ xmlto and xsltproc BuildRequires to enable documentation.
- Drop remove-no-longer-used-system-accounts.patch: fixed upstream.
- Rebase patches:
+ accountsservice-sysconfig.patch and
+ accountsservice-filter-suse-accounts.patch.
-------------------------------------------------------------------
Wed Feb 28 16:22:37 UTC 2018 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: accountsservice
Version: 0.6.45
Version: 0.6.46
Release: 0
Summary: D-Bus Service to Manipulate User Account Information
License: GPL-3.0-or-later
@ -29,18 +29,21 @@ Source: http://www.freedesktop.org/software/accountsservice/%{name}-%{ve
Patch0: accountsservice-sysconfig.patch
# PATCH-FIX-OPENSUSE accountsservice-filter-suse-accounts.patch vuntz@opensuse.org -- Filter out some system users that are specific to openSUSE
Patch1: accountsservice-filter-suse-accounts.patch
## SLE-only patches start at 1000
# PATCH-FEATURE-SLE as-fate318433-prevent-same-account-multi-logins.patch fate#318433 cxiong@suse.com -- 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 qzheng@suse.com -- drop operator, nobody4 and noaccess from the blacklist.
Patch3: remove-no-longer-used-system-accounts.patch
Patch1000: as-fate318433-prevent-same-account-multi-logins.patch
# needed for patch0
BuildRequires: gnome-common
BuildRequires: gobject-introspection-devel
BuildRequires: gobject-introspection-devel >= 0.40.0
BuildRequires: intltool
BuildRequires: pkgconfig
# needed for patch0
BuildRequires: vala
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: xmlto
BuildRequires: xsltproc
BuildRequires: pkgconfig(gio-2.0) >= 2.37.3
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(libsystemd) >= 186
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(systemd)
@ -93,9 +96,9 @@ querying and manipulating user account information.
%setup -q
%patch0 -p1
%patch1 -p1
%patch3 -p1
# Sle-only patches start at 1000
%if !0%{?is_opensuse}
%patch2 -p1
%patch1000 -p1
%endif
%build
@ -128,7 +131,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files
%license COPYING
%doc AUTHORS NEWS README
%doc NEWS README
%{_unitdir}/accounts-daemon.service
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
%{_libexecdir}/accounts-daemon
@ -148,6 +151,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
%files devel
%doc AUTHORS TODO
%doc %{_datadir}/gtk-doc/html/lib%{name}/
%{_libdir}/*.so
%{_libdir}/pkgconfig/accountsservice.pc

View File

@ -1,15 +0,0 @@
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",