1
0
forked from pool/dbus-broker

5 Commits

8 changed files with 50 additions and 21 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1750080147
commit: 211ecc9f3727feeb991a6c3eae0bc3ea00ce35248b75da09a03b221b1e8ab7c0
url: https://src.opensuse.org/jengelh/dbus-broker
revision: master

3
build.specials.obscpio Normal file
View File

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

BIN
dbus-broker-36.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEvl+8jJwcn2Ck8K6uek86Ceve/yYFAmYZQPUACgkQek86Ceve
/yYQIhAAmwUAQMdZZul6qqVNvUPmXL+0Bp3LDhn58kEXbPDj3lXzuXwChU+llwmV
05LuxfCvbQFmBeCCAWEny5LUdhcwIrIKGyk7gNvbolhaNwk6nsOPLdJ+QP+pUNZR
FVRMmTIU0XNh4/yuFn31MYcZrYkNtxka6H+1L5fZsJMUzFigixiIYw4gX2RVya23
numos0ROu/BQklLES5glTyDnn2lEwpzOHY2zzX+DkFncNMgGEfIZgIzrxTb/+Jlt
5ph+OtvcbnlTmpp68hWTk75ICxE7CM7DiOyOOJA49x5omPEeNggWd5oO/VJtN+h+
GFX4ulbjlc2k1o44oclN2GfubeYG2PPadReYBneRDJ//ej/4ySH3Ub7t7Rg2puMu
2sTnZsFH1uyfnkP/SKY0eLhnBkT+uoWHZC3zD3QLu/LjqGG10d8TN5gr/bQhLpJ0
l46GR4ckhaZ4MesmJcyDZhHOVIqrjolkvap6/3/I5NPS+W0mOipaIu47QBaaoIwM
ujJ2V+Ph4LTLD9GV1z+Z5k9NeNRhnKhf7luODb7diE2Iw/Z+7l2L13kHYpxTh5+9
4vocJ6pxmNhwpPXLZ1UbGgZ7b9ZiBnHT393+DwwwbBp/CfoF5lgg2/JkNDdrjHkv
XH62Wh/yNs36nk+krfoMpecRQEOmNemUL8FJ5vkH6vqjiPtUTjs=
=tBa0
-----END PGP SIGNATURE-----

BIN
dbus-broker-37.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
dbus-broker-37.tar.xz.asc Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEvl+8jJwcn2Ck8K6uek86Ceve/yYFAmhQDisACgkQek86Ceve
/ybB1BAAhxwkMKKs5rfrSPRrPblNxas71Oy2dRJdKZR3+ladO9NllSkapFIiGjnb
ZQUfHr7RByZh+zn/lFuTf4fLZ8IKUsI6BhjAY1ksVCrBog0W01qXS5FtT/pnzAee
MUQNqWJi7+Uk2O1nvRf9TXBbMn68FgME5+Mzuvs24mn05cW3HwGcgxYbcDsBj3BB
JEjdkyC8ZXylga+CR/aERchXVqgQkw0i6MiRFlcP4F8fBIrE7AfIoSV0X7zQ/+yx
wxhWf1Kgfg/OzaT539T/WUoAiMGOiFX5Hcpf7frHeycTwLgGypbmu1R9LgbDv1Q2
6q46PzylYFD8iUW3SpBZ5Op8XJJPn1V7LWm2gt3ji+qa4AVBO227PyyCxZsR/y9k
0bt6wjuo7GZhEl+D3Cgv88R4yRaTuPAmLiCobneebX6aCaE0DqGMnaBYQbMlTUDc
ep6TOMiYPNQKgdrpM72vI1KvjzR2P7f003Oxyw4HnRW+WOvcd9BmnFlzU5dPV6SI
5+FvHl2UoxeSzlEi14b9pkhzIUenYaZmaOZv7JUtBljljztGavI23lYdxpmRQ+6u
5tldZGUjUWaQuUhfwS4Uy6EO+PPInaXkgQr7d6BtASfFtEUOz3LLIK2E17/crDIv
ujT7fMFro2CiI35miOJUK1g6yhR3+ppWT6dPXX39OiVgAsWb5YQ=
=ntbc
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jun 16 13:20:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 37
* Add /etc and /run to the search paths for system services.
* Support systemd's ``notify-reload`` to trigger a reload
operation.
* Extend the `org.freedesktop.DBus.Debug.Stats.GetStats` DBUS
interface with all the fields defined in the spec.
* Fix a bug in match-rule processing which caused argument
processing to fail for any but the first message argument.
* Fix a memory leak in configuration processing when parsing
invalid user or group IDs.
-------------------------------------------------------------------
Thu Dec 19 02:15:06 UTC 2024 - Simon Lees <sflees@suse.de>
- Requires(pre): systemd >= 253.6 to ensure scripts in %post are
run correctly, (bsc#1234697) Thanks to Thorsten for the detailed
report.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 6 13:27:48 UTC 2024 - Simon Lees <sflees@suse.de> Tue Aug 6 13:27:48 UTC 2024 - Simon Lees <sflees@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package dbus-broker # spec file for package dbus-broker
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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: dbus-broker Name: dbus-broker
Version: 36 Version: 37
Release: 0 Release: 0
Summary: XDG message bus implementation Summary: XDG message bus implementation
License: Apache-2.0 License: Apache-2.0
@@ -42,6 +42,7 @@ BuildRequires: pkgconfig(libcap-ng) >= 0.6
BuildRequires: pkgconfig(libselinux) >= 3.2 BuildRequires: pkgconfig(libselinux) >= 3.2
BuildRequires: pkgconfig(libsystemd) >= 230 BuildRequires: pkgconfig(libsystemd) >= 230
BuildRequires: pkgconfig(systemd) >= 230 BuildRequires: pkgconfig(systemd) >= 230
Requires(pre): systemd >= 253.6
Provides: dbus-service Provides: dbus-service
Provides: bundled(c-dvar) = 1+ Provides: bundled(c-dvar) = 1+
Provides: bundled(c-ini) = 1+ Provides: bundled(c-ini) = 1+