Hello community,
here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at 2020-04-18 00:27:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
and /work/SRC/openSUSE:Factory/.accountsservice.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice"
Sat Apr 18 00:27:10 2020 rev:70 rq:794356 version:0.6.55
Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes
2020-01-28 10:47:16.644500628 +0100
+++
/work/SRC/openSUSE:Factory/.accountsservice.new.2738/accountsservice.changes
2020-04-18 00:27:13.881654854 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 00:28:10 UTC 2020 - Yifan Jiang <[email protected]>
+
+- Apply as-fate318433-prevent-same-account-multi-logins.patch to Leap.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.HZkuCI/_old 2020-04-18 00:27:15.213657612 +0200
+++ /var/tmp/diff_new_pack.HZkuCI/_new 2020-04-18 00:27:15.217657621 +0200
@@ -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 @@
# PATCH-FIX-UPSTREAM accountsservice-wtmp-io-improvements.patch boo#1139487
[email protected] -- 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 [email protected] -- prevent multiple simultaneous login.
Patch1000: as-fate318433-prevent-same-account-multi-logins.patch
@@ -101,8 +101,8 @@
%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