* libseat/seatd: Remove read_and_execute * libseat/seatd: Read remaining events after processing responses * libseat/seatd: Cleanup of request error handling * libseat/seatd: Set EINVAL if target session is invalid * libseat/seatd: Set backend error if poll fails * seatd: Add validation of device path libseat/seatd: Add validation of seat_name * seatd: Add strict message size comparison OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=26
19 lines
652 B
XML
19 lines
652 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<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.2</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|
|
|