diff --git a/macros.systemd b/macros.systemd index 28762b5..994a496 100644 --- a/macros.systemd +++ b/macros.systemd @@ -290,10 +290,3 @@ SYSTEMD_INLINE_EOF\ %(cat %2) \ SYSTEMD_INLINE_EOF\ %{nil} - -# Deprecated. Use %sysusers_create_package instead -%sysusers_create_inline() \ -[ -x /usr/bin/systemd-sysusers ] && /usr/bin/systemd-sysusers - < + +- Drop %sysusers_create_inline + + It's deprecated and the only user of this macro is being converted to + %sysusers_create_package. So drop it now before the deprecated macro attracts + more users. + ------------------------------------------------------------------- Tue Jun 20 14:58:35 UTC 2023 - Franck Bui