Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 9 additions and 28 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.9.1</param>
<param name="revision">0.8.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.8.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553
size 182795

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5847d4ec2d7c8300e21c24557e68f0c5d763db5293eea0dd43d5af32646bfaeb
size 190987

View File

@ -1,22 +1,3 @@
-------------------------------------------------------------------
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>

View File

@ -1,4 +1,4 @@
name: seatd
version: 0.9.1
mtime: 1730317406
commit: 566ffeb032af42865dc1210e48cec08368059bb9
version: 0.8.0
mtime: 1689758313
commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296

View File

@ -1,7 +1,7 @@
#
# spec file for package seatd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 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.9.1
Version: 0.8.0
Release: 0
Summary: Seat management daemon
License: MIT