diff --git a/accountsservice.changes b/accountsservice.changes index d2e68a4..8874e72 100644 --- a/accountsservice.changes +++ b/accountsservice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/accountsservice.spec b/accountsservice.spec index d3bac5c..d8dde5c 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