# -*- Mode: makefile; indent-tabs-mode: t -*- */ # RPM macros for packages creating system accounts # ### # # When a package creates a system account, it should use the following macros: # # add %sysusers_requires in the package section # # add "%sysusers_generate_pre []" to build section # ## is the source file as defined in the spec file header ## is just a random name, th output file will be ".pre" ## is the name of the configuration file as stored in ## /usr/lib/sysusers.d/ # # add "%pre -f .pre" to spec file # ### %sysusers_requires Requires(pre): sysuser-shadow %sysusers_generate_pre() \ %{_prefix}/lib/rpm/sysusers-generate-pre "%1" "%3" > "%2".pre