diff --git a/systemd.changes b/systemd.changes index c6ecaa33..0dcf172a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 27 07:31:06 UTC 2023 - Franck Bui + +- systemd.spec: add `%tmpfiles_create systemd-resolve` + + It's only needed by SLE distros since systemd packages rely on + transtriggerfiles in Factory. + ------------------------------------------------------------------- Mon Sep 25 08:05:21 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 1e670cb8..4577683f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -440,7 +440,7 @@ see nss-mymachines(8) manpage for more details. %if %{with networkd} || %{with resolved} %package network -Summary: systemd network and Network Name Resolution managers +Summary: Systemd Network And Network Name Resolution Managers License: LGPL-2.1-or-later Requires: %{name} = %{version}-%{release} %systemd_requires @@ -1204,7 +1204,10 @@ fi %endif %if %{with resolved} %ldconfig +%if %{without filetriggers} %sysusers_create systemd-resolve.conf +%tmpfiles_create systemd-resolve.conf +%endif %systemd_post systemd-resolved.service %endif