Accepting request 114621 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/114621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/accountsservice?expand=0&rev=18
This commit is contained in:
commit
8c384d59bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f230e421f0d793e4b3e37874399010251ba63362e2723f42c1689560f29f7f3
|
|
||||||
size 329256
|
|
3
accountsservice-0.6.18.tar.xz
Normal file
3
accountsservice-0.6.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:190153d5c2a24e324afd2d89dbeee22e833341fbe7155f9dd805b24a8273c6d1
|
||||||
|
size 329212
|
@ -1,29 +0,0 @@
|
|||||||
commit abd78a5a184f012aecdb8b3795b91c854e1fbece
|
|
||||||
Author: Ray Strode <rstrode@redhat.com>
|
|
||||||
Date: Mon Apr 2 16:52:19 2012 -0400
|
|
||||||
|
|
||||||
daemon: extend blacklist
|
|
||||||
|
|
||||||
Since commit 552a0c856a6e3a7c2e6450ab80e79f4204062281 we no
|
|
||||||
longer hide certain system users that have a shell.
|
|
||||||
|
|
||||||
This commit adds a few more users to our blacklist to keep
|
|
||||||
things running smooth.
|
|
||||||
|
|
||||||
Ideally, we'll find a more general solution.
|
|
||||||
|
|
||||||
diff --git a/src/daemon.c b/src/daemon.c
|
|
||||||
index 3ca232b..d186ab6 100644
|
|
||||||
--- a/src/daemon.c
|
|
||||||
+++ b/src/daemon.c
|
|
||||||
@@ -75,6 +75,10 @@ static const char *default_excludes[] = {
|
|
||||||
"rpm",
|
|
||||||
"nfsnobody",
|
|
||||||
"pcap",
|
|
||||||
+ "mysql",
|
|
||||||
+ "ftp",
|
|
||||||
+ "games",
|
|
||||||
+ "man",
|
|
||||||
NULL
|
|
||||||
};
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
From c229be0e0eed580d35860d60bf816830805c4132 Mon Sep 17 00:00:00 2001
|
|
||||||
From: David King <amigadave@amigadave.com>
|
|
||||||
Date: Mon, 2 Apr 2012 12:55:37 +0100
|
|
||||||
Subject: [PATCH] configure: Fix systemd test always evaluating true
|
|
||||||
|
|
||||||
https://bugs.freedesktop.org/show_bug.cgi?id=48190
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index dc75961..8f2bcc8 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -169,7 +169,7 @@ AC_SUBST(SYSTEMD_LIBS)
|
|
||||||
LIBACCOUNTSSERVICE_LIBS="$LIBACCOUNTSSERVICE_LIBS $SYSTEMD_LIBS"
|
|
||||||
LIBACCOUNTSSERVICE_CFLAGS="$LIBACCOUNTSSERVICE_CFLAGS $SYSTEMD_CFLAGS"
|
|
||||||
|
|
||||||
-if test "x$have_systemd" != "no" ; then
|
|
||||||
+if test "x$have_systemd" != "xno" ; then
|
|
||||||
AC_DEFINE(WITH_SYSTEMD, 1, [Define to enable systemd support])
|
|
||||||
fi
|
|
||||||
|
|
||||||
--
|
|
||||||
1.7.3.4
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 16:29:42 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.6.18:
|
||||||
|
+ Fix systemd configure check
|
||||||
|
+ Add a few more common system accounts to the blacklist
|
||||||
|
+ Fix some issues in systemd session handling
|
||||||
|
- Drop accountsservice-filter-more-accounts.patch: fixed upstream.
|
||||||
|
- Drop accountsservice-fix-systemd-test-always-evaluating-true.patch:
|
||||||
|
fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 3 11:45:58 UTC 2012 - vuntz@opensuse.org
|
Tue Apr 3 11:45:58 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: accountsservice
|
Name: accountsservice
|
||||||
Version: 0.6.17
|
Version: 0.6.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: D-Bus Service to Manipulate User Account Information
|
Summary: D-Bus Service to Manipulate User Account Information
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -27,17 +27,13 @@ Source: http://www.freedesktop.org/software/accountsservice/%{name}-%{ve
|
|||||||
# WARNING: do not remove/significantly change patch0 without updating the relevant patch in gdm too
|
# WARNING: do not remove/significantly change patch0 without updating the relevant patch in gdm too
|
||||||
# PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 vuntz@opensuse.org -- Read/write autologin configuration from sysconfig, like gdm (see gdm-sysconfig-settings.patch)
|
# PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 vuntz@opensuse.org -- Read/write autologin configuration from sysconfig, like gdm (see gdm-sysconfig-settings.patch)
|
||||||
Patch0: accountsservice-sysconfig.patch
|
Patch0: accountsservice-sysconfig.patch
|
||||||
# PATCH-FIX-UPSTREAM accountsservice-filter-more-accounts.patch fdo#48178 vuntz@opensuse.org -- Filter out some additional system users; taken from git.
|
|
||||||
Patch1: accountsservice-filter-more-accounts.patch
|
|
||||||
# PATCH-FIX-OPENSUSE accountsservice-filter-suse-accounts.patch vuntz@opensuse.org -- Filter out some system users that are specific to openSUSE
|
# PATCH-FIX-OPENSUSE accountsservice-filter-suse-accounts.patch vuntz@opensuse.org -- Filter out some system users that are specific to openSUSE
|
||||||
Patch2: accountsservice-filter-suse-accounts.patch
|
Patch2: accountsservice-filter-suse-accounts.patch
|
||||||
# PATCH-FIX-UPSTREAM accountsservice-fix-systemd-test-always-evaluating-true.patch fdo#48190 zaitor@opensuse.org -- configure: Fix systemd test always evaluating true
|
# needed for patch0
|
||||||
Patch3: accountsservice-fix-systemd-test-always-evaluating-true.patch
|
|
||||||
# needed for patch0 and patch3
|
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
# needed for patch0 and patch3
|
# needed for patch0
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
@ -92,12 +88,10 @@ querying and manipulating user account information.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# needed for patch0 and patch3
|
# needed for patch0
|
||||||
NOCONFIGURE=1 gnome-autogen.sh
|
NOCONFIGURE=1 gnome-autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user