1
0
mirror of https://github.com/systemd/systemd synced 2025-11-21 09:44:44 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Luca Boccassi
6602a5f720 mkosi: pull in new knot package for TEST-75-RESOLVED
5728s TEST-75-RESOLVED.sh[439]: /usr/lib/systemd/tests/testdata/units/TEST-75-RESOLVED.sh: line 154: keymgr: command not found

The command was split out into a new package
2025-10-05 17:20:29 +01:00
Guido Günther
01703b7761 NEWS: Document new uaccess udev rule priority requirement
Closes: https://github.com/systemd/systemd/issues/39206

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-10-05 15:47:22 +02:00
jsks
fc890aedd3
mam: add sd_bus_track_handler_t signature to manpage (#39204)
This is consistent with how the other handler/callback types are
documented.
2025-10-05 19:00:22 +09:00
3 changed files with 35 additions and 0 deletions

2
NEWS
View File

@ -36,6 +36,8 @@ CHANGES WITH 258:
ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess" ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"
The following example does not work since v258: The following example does not work since v258:
ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess" ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"
Udev rules files setting the "uaccess" tag need to have a file name
starting with a number smaller than 73 to be applied.
* systemd-run's --expand-environment= switch, which was disabled * systemd-run's --expand-environment= switch, which was disabled
by default when combined with --scope, has been changed to be by default when combined with --scope, has been changed to be

View File

@ -33,6 +33,12 @@
<funcsynopsis> <funcsynopsis>
<funcsynopsisinfo>#include &lt;systemd/sd-bus.h&gt;</funcsynopsisinfo> <funcsynopsisinfo>#include &lt;systemd/sd-bus.h&gt;</funcsynopsisinfo>
<funcprototype>
<funcdef>typedef int (*<function>sd_bus_track_handler_t</function>)</funcdef>
<paramdef>sd_bus_track *<parameter>track</parameter></paramdef>
<paramdef>void *<parameter>userdata</parameter></paramdef>
</funcprototype>
<funcprototype> <funcprototype>
<funcdef>int <function>sd_bus_track_new</function></funcdef> <funcdef>int <function>sd_bus_track_new</function></funcdef>
<paramdef>sd_bus* <parameter>bus</parameter></paramdef> <paramdef>sd_bus* <parameter>bus</parameter></paramdef>
@ -221,6 +227,7 @@
<refsect1> <refsect1>
<title>History</title> <title>History</title>
<para><function>sd_bus_track_new()</function>, <para><function>sd_bus_track_new()</function>,
<function>sd_bus_track_handler_t()</function>,
<function>sd_bus_track_ref()</function>, <function>sd_bus_track_ref()</function>,
<function>sd_bus_track_unref()</function>, <function>sd_bus_track_unref()</function>,
<function>sd_bus_track_unrefp()</function>, <function>sd_bus_track_unrefp()</function>,

View File

@ -0,0 +1,26 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# New package needed for TEST-75-RESOLVED
[TriggerMatch]
Distribution=debian
Release=!bullseye
Release=!bookworm
Release=!trixie
# TODO: drop once Duke ships
Release=!oldstable
# TODO: drop once Forky ships
Release=!stable
[TriggerMatch]
Distribution=ubuntu
Release=!jammy
Release=!noble
Release=!plucky
Release=!questing
[TriggerMatch]
Distribution=kali
[Content]
Packages=knot-keymgr