- 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/package/show/X11:Wayland/seatd?expand=0&rev=5
This commit is contained in:
2021-03-16 10:46:37 +00:00
committed by Git OBS Bridge
parent 7a48be5117
commit 4a6ef7a526
5 changed files with 24 additions and 6 deletions

View File

@@ -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>