You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
# 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}
|