Accepting request 879386 from X11:Wayland
- Update to 0.5.0: * libseat: log error when failing to open socket * poller: Retry poll immediately on EINTR * client: More robust handling of client links * logind: switch_session should return 0 on success * libseat/backend/logind: stop waiting for CanGraphical * client: Do not use SOL_SOCKET for LOCAL_PEERCRED * client: Use cr_pid if available * logind: Send ReleaseControl when closing seat * seatd: Tear down VT when disabled client closes * client: Remove link if seat_add_client succeeds OBS-URL: https://build.opensuse.org/request/show/879386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seatd?expand=0&rev=2
This commit is contained in:
commit
6576c5f280
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.4.0</param>
|
||||
<param name="revision">0.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
seatd-0.5.0.obscpio
Normal file
3
seatd-0.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc70554a10593dfab840da5399f99dd8a0067365f33f64858dec319bb748d932
|
||||
size 163339
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 08:58:30 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.5.0:
|
||||
* libseat: log error when failing to open socket
|
||||
* poller: Retry poll immediately on EINTR
|
||||
* client: More robust handling of client links
|
||||
* logind: switch_session should return 0 on success
|
||||
* libseat/backend/logind: stop waiting for CanGraphical
|
||||
* client: Do not use SOL_SOCKET for LOCAL_PEERCRED
|
||||
* client: Use cr_pid if available
|
||||
* logind: Send ReleaseControl when closing seat
|
||||
* seatd: Tear down VT when disabled client closes
|
||||
* client: Remove link if seat_add_client succeeds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 08:46:35 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: seatd
|
||||
version: 0.4.0
|
||||
mtime: 1603141867
|
||||
commit: 271305a15f33c4be7396372fa043fdb6d6765bf9
|
||||
version: 0.5.0
|
||||
mtime: 1615836747
|
||||
commit: e303e113345f3774188f3c0d83af124984d58902
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package seatd
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: seatd
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Seat management daemon
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user