Accepting request 1132749 from home:gmbr3:Active

- Add missing newline after dbus.socket (user-preset)

OBS-URL: https://build.opensuse.org/request/show/1132749
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=67
This commit is contained in:
Filippo Bonazzi 2023-12-13 13:55:36 +00:00 committed by Git OBS Bridge
parent 436f0d2c24
commit 20bc3e094f
3 changed files with 16 additions and 0 deletions

View File

@ -5,3 +5,5 @@ enable wireplumber.service
enable drkonqi-coredump-launcher.socket
enable spice-vdagent.service
enable xdg-user-dirs.service
enable dbus-broker.service
enable dbus.socket

View File

@ -66,3 +66,5 @@ enable unbound-anchor.timer
enable systemd-pstore.service
enable wtmpdb-update-boot.service
enable wtmpdb-rotate.timer
enable dbus-broker.service
enable dbus.socket

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 12 16:33:55 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Add missing newline after dbus.socket (user-preset)
-------------------------------------------------------------------
Tue Dec 12 16:33:54 UTC 2023 - Simon Lees <sflees@suse.de>
- Swap from dbus to dbus-broker for system and user bus see
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/EFZU4S7V5NJBEVPK5AECF55XR44PYWFT/
for more detailed info.
-------------------------------------------------------------------
Thu Oct 19 11:24:59 UTC 2023 - Matthias Gerstner <matthias.gerstner@suse.com>