Accepting request 793698 from home:yfjiang:branches:GNOME:Factory

- Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap.

OBS-URL: https://build.opensuse.org/request/show/793698
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=142
This commit is contained in:
Dominique Leuenberger 2020-04-15 18:17:55 +00:00 committed by Git OBS Bridge
parent c9fefeb2a3
commit 9eedfc9852
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 14 00:28:10 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
- Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap.
-------------------------------------------------------------------
Sat Jan 25 14:05:06 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package accountsservice
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,7 @@ Patch2: accountsservice-read-root-user-cache.patch
# PATCH-FIX-UPSTREAM accountsservice-wtmp-io-improvements.patch boo#1139487 fezhang@suse.com -- Backports that improve wtmp io performance.
Patch3: accountsservice-wtmp-io-improvements.patch
## SLE-only patches start at 1000
## SLE and Leap 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.
Patch1000: as-fate318433-prevent-same-account-multi-logins.patch
@ -101,8 +101,8 @@ querying and manipulating user account information.
%patch2 -p1
%patch3 -p1
# Sle-only patches start at 1000
%if !0%{?is_opensuse}
# SLE and Leap patches start at 1000
%if 0%{?sle_version}
%patch1000 -p1
%endif