Bugzilla – Bug 1219124
fluidsynth tags a dir to be owned by user fluidsynth, but user does not exist
Last modified: 2024-01-24 09:44:39 UTC
Issue identified while integrating RPM 4.19: can't install fluidsynth-2.3.4-2.4.x86_64: nothing provides user(fluidsynth) needed by fluidsynth-2.3.4.x86_64 The main issue there is that the spec file declares a user on a directory: %dir %attr(-,%{name},audio) %{_localstatedir}/lib/%{name} but that user is never being created (removal of the user happened in https://build.opensuse.org/request/show/1045719 - service switched to user service)
The directory seems no longer required after the switch to systemd user units; it was used only as the home directory for the system-wide service.
The fix submitted to TW.