From ca23be830086c327ca6acaaa3f3bd879d4cc96acc85953f31f2c56f5714e1ae1 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 20 Jun 2023 16:00:45 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=99 --- macros.systemd | 7 ------- systemd-rpm-macros.changes | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) 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