public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Enable dbus user units explicitly
@ 2026-08-10 9:34 David Herrmann
0 siblings, 0 replies; only message in thread
From: David Herrmann @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : c58e61c466aec28c2009a59e895db59da65ea6a5
Author : David Herrmann <dh.herrmann@gmail.com>
Date : 2018-08-15T09:56:01+02:00
Stats : +11/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/c58e61c466aec28c2009a59e895db59da65ea6a5?branch=f45
Log:
Enable dbus user units explicitly
I screwed up the previous PR and forgot to enable the respective user
units as well. Make sure to align the user-presets with the
system-presets.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
---
diff --git a/90-default-user.preset b/90-default-user.preset
index 690831d..be07967 100644
--- a/90-default-user.preset
+++ b/90-default-user.preset
@@ -1,3 +1,10 @@
+# Enable the D-Bus service (including its socket for socket activation)
+# unconditionally. It is used throughout Fedora and required on all machines.
+# https://src.fedoraproject.org/rpms/fedora-release/pull-request/4
+# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
+enable dbus.socket
+enable dbus-daemon.service
+
# This enables the pipewire service to be socket-activated for
# individual user sessions.
# https://bugzilla.redhat.com/show_bug.cgi?id=1592434
diff --git a/fedora-release.spec b/fedora-release.spec
index ef8a10a..1d2435e 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -11,7 +11,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 30
-Release: 0.1
+Release: 0.2
License: MIT
URL: https://fedoraproject.org/
@@ -347,5 +347,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/sbin/convert-to-edition
%changelog
+* Wed Aug 15 2018 David Herrmann <dh.herrmann@gmail.com> - 30-0.2
+- Enable dbus user units explicitly
+
* Tue Aug 14 2018 Mohan Boddu <mboddu@bhujji.com> - 30-0.1
- Setup for rawhide being f30
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:34 [rpms/fedora-release] f45: Enable dbus user units explicitly David Herrmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox