diff --git a/_service b/_service index 3bcf458..d2c5d7a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://git.sr.ht/~kennylevinsen/seatd git - 0.4.0 + 0.5.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/seatd-0.5.0.obscpio b/seatd-0.5.0.obscpio new file mode 100644 index 0000000..ace220b --- /dev/null +++ b/seatd-0.5.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc70554a10593dfab840da5399f99dd8a0067365f33f64858dec319bb748d932 +size 163339 diff --git a/seatd.changes b/seatd.changes index e4fc127..f5c2e54 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 16 08:58:30 UTC 2021 - Michael Vetter + +- 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 diff --git a/seatd.obsinfo b/seatd.obsinfo index 990689e..104b020 100644 --- a/seatd.obsinfo +++ b/seatd.obsinfo @@ -1,5 +1,5 @@ name: seatd -version: 0.4.0 -mtime: 1603141867 -commit: 271305a15f33c4be7396372fa043fdb6d6765bf9 +version: 0.5.0 +mtime: 1615836747 +commit: e303e113345f3774188f3c0d83af124984d58902 diff --git a/seatd.spec b/seatd.spec index 9e6e9e8..a3a627f 100644 --- a/seatd.spec +++ b/seatd.spec @@ -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