From c6409a599dbd59946666994bf9cf15a77871f8d29adb5fd2ad8b576388fe8134 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 13 Oct 2022 07:45:15 +0000 Subject: [PATCH] - avoid expanding of macro in comment which leads to an error on installation OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1316 --- systemd.changes | 6 ++++++ systemd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/systemd.changes b/systemd.changes index fc99295..35f322a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 18:35:47 UTC 2022 - Dirk Müller + +- avoid expanding of macro in comment which leads to an error + on installation + ------------------------------------------------------------------- Tue Oct 4 08:51:48 UTC 2022 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 7c1240f..7fee794 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1062,7 +1062,7 @@ fi %{_prefix}/lib/systemd/scripts/migrate-sysconfig-i18n.sh || : %postun -# daemon-reload is implied by %%systemd_postun_with_restart +# daemon-reload is implied by systemd_postun_with_restart %systemd_postun_with_restart systemd-journald.service %systemd_postun_with_restart systemd-timesyncd.service # Avoid restarting logind until fixed upstream (issue #1163)