Description of problem: glibc is using static useradd scripts Version-Release number of selected component (if applicable): nscd-2.34-37.el9 How reproducible:100% Steps to Reproduce: 1.review %pre 2. 3. Actual results: %pre -n nscd getent group nscd >/dev/null || /usr/sbin/groupadd -g 28 -r nscd getent passwd nscd >/dev/null || /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \ -c "NSCD Daemon" -u 28 -g nscd nscd 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
Reviewed and merged DJ's changes into c9s. Final build in progress.