|
Bugzilla – Full Text Bug Listing |
| Summary: | fluidsynth tags a dir to be owned by user fluidsynth, but user does not exist | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | Takashi Iwai <tiwai> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
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. |
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)