From 4c2d0b4edea4f117a98c8bc7e2ec7b1edaa13100 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Apr 17 2020 22:28:40 +0000 Subject: Update accountsservice to rev 70 via SR 794356 https://build.opensuse.org/request/show/794356 by user dimstar + dimstar_suse - Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap. (forwarded request 793698 from yfjiang) --- diff --git a/.files b/.files index effd262..66e37fc 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b018e27..ecf796e 100644 --- a/.rev +++ b/.rev @@ -1026,4 +1026,12 @@ By now, it's required for sle-15, so synchronized the updated specfile and chang Eliminate the -lang recommends (forwarded request 767094 from dimstar) 767335 + + fdc3d4068c7b7aeb8e907494b476b594 + 0.6.55 + + dimstar_suse + - Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap. (forwarded request 793698 from yfjiang) + 794356 + diff --git a/accountsservice.changes b/accountsservice.changes index 83065ac..3397c6a 100644 --- a/accountsservice.changes +++ b/accountsservice.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Apr 14 00:28:10 UTC 2020 - Yifan Jiang + +- Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap. + +------------------------------------------------------------------- Sat Jan 25 14:05:06 UTC 2020 - Dominique Leuenberger - No longer recommend -lang: supplements are in use diff --git a/accountsservice.spec b/accountsservice.spec index 263be4c..f024948 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -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