From 0c89c42903879404aba6ce7299e3fd28b42ad69c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Oct 11 2024 16:33:26 +0000 Subject: Backport various PRs to streamline upgrades - Logging improvements to help debug issues - Removing a fallback from the private manager bus to the system bus that isn't required and complicates debugging issues - Simplification of user manager reloads which also helps debugging issues by reducing what can go wrong during upgrades --- diff --git a/systemd.spec b/systemd.spec index 41d0294..9923a11 100644 --- a/systemd.spec +++ b/systemd.spec @@ -113,6 +113,14 @@ Patch0010: https://github.com/systemd/systemd/pull/26494.patch # Requested in https://bugzilla.redhat.com/show_bug.cgi?id=2298422 Patch0011: https://github.com/systemd/systemd/pull/33738.patch +# Various logging improvements +Patch0013: https://github.com/systemd/systemd/pull/34728.patch + +# Make sure bus_connect_transport_systemd() actually connects to the private manager bus +Patch0014: https://github.com/systemd/systemd/pull/34686.patch + +# Simplify user manager upgrades +Patch0015: https://github.com/systemd/systemd/pull/34707.patch # Those are downstream-only patches, but we don't want them in packit builds: # https://bugzilla.redhat.com/show_bug.cgi?id=2251843