Bug 1266511
| Summary: | Service file installed instead of the tmpfs configuration | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
| Component: | svxlink | Assignee: | Lucian Langa <lucilanga> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | lucilanga, zbyszek |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | svxlink-15.11-1.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-30 21:21:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
svxlink-14.08.1-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-c09bbf8dc6 svxlink-14.08.1-3.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update svxlink' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8aa9f05e46 svxlink-14.08.1-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update svxlink' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-c09bbf8dc6 This bug is also present in rawhide. svxlink-15.11-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5a5b30812d svxlink-15.11-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-5a5b30812d svxlink-15.11-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: It seems due to typo in the spec file the service file is installed instead of the tmpfs configuration file. Version-Release number of selected component (if applicable): svxlink-14.08.1-2.fc22 How reproducible: Always Steps to Reproduce: 1. Check the spec Actual results: Service file is installed instead of the tmpfs configuration file Expected results: Tmpfs configuration file installed Additional info: It seems f22+ releases are also affected. Easy fix: -install -p -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}/%{name}.conf +install -p -m 0644 %{SOURCE4} %{buildroot}/%{_tmpfilesdir}/%{name}.conf