And in non-Fedora builds, undo the neutering of sysusers macros. Downstreams like CentosStream did not go through the same changes as Fedora but they may use packages built from the rawhide branch.
10 lines
343 B
Text
10 lines
343 B
Text
# RPM macros for packages creating system accounts
|
|
#
|
|
# Turn a sysusers.d file into macros specified by
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroups/#_dynamic_allocation
|
|
|
|
%sysusers_requires_compat Requires(pre): shadow-utils
|
|
|
|
%sysusers_create_compat() \
|
|
%(%{_rpmconfigdir}/sysusers.generate-pre.sh %{?*}) \
|
|
%{nil}
|