Description of problem: pipewire is using static useradd scripts Version-Release number of selected component (if applicable):pipewire-0.3.47-2.el9 How reproducible:100% Steps to Reproduce: 1.review %pre 2. 3. Actual results: %pre getent group pipewire >/dev/null || groupadd -r pipewire getent passwd pipewire >/dev/null || \ useradd -r -g pipewire -d %{_localstatedir}/run/pipewire -s /sbin/nologin -c "PipeWire System Daemon" pipewire exit 0 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
Hi, thanks for filing the RFE. I quickly looked at the Fedora package [1], and that also needs to be changed so I guess that would be the first place to solve this. I'm wondering: is there a specific reason to have this in CentOS Stream 9? That would allow us to prioritize accordingly. If there's no specific reason, I'd move this ticket to the Fedora product first. [1]: https://src.fedoraproject.org/rpms/pipewire/blob/rawhide/f/pipewire.spec#_432
Fedora first is perfectly fine with me.
Opened PR https://src.fedoraproject.org/rpms/pipewire/pull-request/18