Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd-rpm-macros for openSUSE:Factory checked in at 2022-01-22 08:17:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-rpm-macros" Sat Jan 22 08:17:46 2022 rev:39 rq:947356 version:15 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes 2021-11-21 23:51:17.798424211 +0100 +++ /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.1938/systemd-rpm-macros.changes 2022-01-22 08:17:48.419056258 +0100 @@ -1,0 +2,13 @@ +Wed Jan 19 08:28:16 UTC 2022 - Franck Bui <[email protected]> + +- Bump to version 15 + +------------------------------------------------------------------- +Tue Jan 18 07:57:14 UTC 2022 - Franck Bui <[email protected]> + +- %sysusers_create_inline was wrongly marked as deprecated + +- %sysusers_create can be useful in certain cases and won't go away until we'll + move to file triggers. So don't mark it as deprecated too + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.ssUEhI/_old 2022-01-22 08:17:49.027052162 +0100 +++ /var/tmp/diff_new_pack.ssUEhI/_new 2022-01-22 08:17:49.031052134 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemd-rpm-macros # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: systemd-rpm-macros -Version: 14 +Version: 15 Release: 0 Summary: RPM macros for systemd License: LGPL-2.1-or-later ++++++ macros.systemd ++++++ --- /var/tmp/diff_new_pack.ssUEhI/_old 2022-01-22 08:17:49.099051676 +0100 +++ /var/tmp/diff_new_pack.ssUEhI/_new 2022-01-22 08:17:49.103051650 +0100 @@ -250,15 +250,25 @@ %fi \ %{nil} -# Deprecated. Use %sysusers_create_package instead +# This should be used by package installation scripts which doesn't require +# users or groups to be present before the files installed by the package are +# present on disk and when the sysusers conf files are generated during the +# build of the package hence not easily available before the build of the +# package. +# +# This macro will go away when this will be moved to file triggers. +# +# Example: +# %post +# %sysusers_create %{name}.conf +# %files +# %{_sysusersdir}/%{name}.conf +# %sysusers_create() \ -%{warn: %%sysusers_create is deprecated, use %%sysusers_create_package instead} \ [ -x /usr/bin/systemd-sysusers ] && /usr/bin/systemd-sysusers %{?*} || : \ %{nil} -# Deprecated. Use %sysusers_create_package instead %sysusers_create_inline() \ -%{warn: %%sysusers_create_inline is deprecated, use %%sysusers_create_package instead} \ [ -x /usr/bin/systemd-sysusers ] && /usr/bin/systemd-sysusers - <<SYSTEMD_INLINE_EOF || : \ %{?*} \ SYSTEMD_INLINE_EOF\
