Description of problem: fapolicyd is using static useradd scripts Version-Release number of selected component (if applicable): fapolicyd-1.1-101.el9 How reproducible: 100% Steps to Reproduce: 1. review %pre 2. 3. Actual results: %pre getent passwd %{name} >/dev/null || useradd -r -M -d %{_localstatedir}/lib/%{name} -s /sbin/nologin -c "Application Whitelisting Daemon" %{name} Expected results: use of system-sysusers Additional info: https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format