forked from pool/seatd
Accepting request 1225723 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1225723 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seatd?expand=0&rev=11
This commit is contained in:
commit
f3b7b4786b
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
|
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">0.8.0</param>
|
<param name="revision">0.9.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553
|
|
||||||
size 182795
|
|
3
seatd-0.9.1.obscpio
Normal file
3
seatd-0.9.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5847d4ec2d7c8300e21c24557e68f0c5d763db5293eea0dd43d5af32646bfaeb
|
||||||
|
size 190987
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 17:06:26 UTC 2024 - llyyr <llyyr@yukari.in>
|
||||||
|
|
||||||
|
- Update to 0.9.1
|
||||||
|
* Fix libseat not servicing seat enable/disable events if they were
|
||||||
|
received immediately after a response, leading to the session
|
||||||
|
deadlocking in a deactivated state.
|
||||||
|
* Fix some protocol strings lacking validation of the NULL
|
||||||
|
termination requirement.
|
||||||
|
- Update to 0.9.0
|
||||||
|
* Improve session state tracking in the libseat logind backend, which
|
||||||
|
could previously fail to notify the libseat client that the session
|
||||||
|
had been deactivated.
|
||||||
|
* Do not trigger a VT switch when starting a logind session, allowing
|
||||||
|
sessions to be started in the background.
|
||||||
|
* Improve error handling in some edgecases in the libseat seatd backend.
|
||||||
|
* Apply more aggressive security policies to the included systemd unit.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 19 09:37:07 UTC 2023 - llyyr <llyyr.public@gmail.com>
|
Wed Jul 19 09:37:07 UTC 2023 - llyyr <llyyr.public@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: seatd
|
name: seatd
|
||||||
version: 0.8.0
|
version: 0.9.1
|
||||||
mtime: 1689758313
|
mtime: 1730317406
|
||||||
commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296
|
commit: 566ffeb032af42865dc1210e48cec08368059bb9
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package seatd
|
# spec file for package seatd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: seatd
|
Name: seatd
|
||||||
Version: 0.8.0
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Seat management daemon
|
Summary: Seat management daemon
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user