]> git.ipfire.org Git - thirdparty/systemd.git/commit
rpm: avoid hiding errors and output in *_create_package macros 16430/head
authorMikhail Novosyolov <m.novosyolov@rosalinux.ru>
Sat, 11 Jul 2020 14:13:54 +0000 (17:13 +0300)
committerMikhail Novosyolov <m.novosyolov@rosalinux.ru>
Sat, 11 Jul 2020 14:20:23 +0000 (17:20 +0300)
commit3e6e0856cd98dd091137c4565bd5ccefd16ab832
tree2a03dfdd819a0ea37511fd1433ee697530e10b5b
parent93406fd379d3ba184eec2eb664729edef1bca995
rpm: avoid hiding errors and output in *_create_package macros

Commit b0ca726585 "rpm: avoid hiding errors from systemd commands" remove hiding errors and output
for other macros, but did not do that for %sysusers_create_package and %tmpfiles_create_package.

This change syncs their behaviour with %sysusers_create and %tmpfiles_create

Signed-off-by: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
src/core/macros.systemd.in