diff --git a/macros.systemd b/macros.systemd index df7f472..5ffc38a 100644 --- a/macros.systemd +++ b/macros.systemd @@ -246,7 +246,7 @@ fi \ %{nil} %tmpfiles_create() \ -[ -x /usr/bin/systemd-tmpfiles ] && \ +[ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && \ /usr/bin/systemd-tmpfiles --create %{?*} || : \ %{nil} diff --git a/systemd-rpm-macros.changes b/systemd-rpm-macros.changes index a05a42e..e627a41 100644 --- a/systemd-rpm-macros.changes +++ b/systemd-rpm-macros.changes @@ -1,11 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 22 14:41:00 UTC 2017 - fbui@suse.com + +- Restore previous changes + ------------------------------------------------------------------- Fri Nov 17 09:23:14 UTC 2017 - fbui@suse.com - Revert previous changes - Dirk Mueller please don't accept changes while we're discussing - about them... - Also added reasons why the previous changes would be needed. -------------------------------------------------------------------