Bug 656693
| Summary: | Please Update Spec File to use %ghost on files in /var/run and /var/lock | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> |
| Component: | spectrum | Assignee: | Matěj Cepl <mcepl> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jkaluza, kevin, mcepl, mcepl, mschmidt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://lists.fedoraproject.org/pipermail/devel-announce/2010-November/000726.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-25 17:34:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 827166 | ||
|
Description
Lennart Poettering
2010-11-23 23:42:51 UTC
spectrum-1.4.4-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/spectrum-1.4.4-1.el5 spectrum-1.4.4-1.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/spectrum-1.4.4-1.fc12 spectrum-1.4.4-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/spectrum-1.4.4-1.fc13 spectrum-1.4.4-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/spectrum-1.4.4-1.fc14 Uhm: 1. You should NOT do these changes on our stable releases, which DO NOT use tmpfs for /var/run, this should be changed only for Rawhide! 2. Even if you put the directory into /etc/tmpfiles.d, you'll still want it to be ghosted in /var/run. (In reply to comment #6) > Uhm: > 1. You should NOT do these changes on our stable releases, which DO NOT use > tmpfs for /var/run, this should be changed only for Rawhide! > 2. Even if you put the directory into /etc/tmpfiles.d, you'll still want it to > be ghosted in /var/run. I screwed up in marking stable releases as closing this bug as well. In fact they don't. Both changes for /var/run are covered in %if %if 0%{?fedora} >= 15 install -p -D %{SOURCE1} %{buildroot}%{_sysconfdir}/tmpfiles.d/spectrum.conf %endif ... %if 0%{?fedora} >= 15 %config(noreplace) %{_sysconfdir}/tmpfiles.d/spectrum.conf %endif and no, in the end and following discussion on fedora-devel, I have decided not to %ghost anything. There is no wrong, if the package actually makes the directory itself and owns it, the change is needed just for the case when it gets removed. spectrum-1.4.4-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. spectrum-1.4.4-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. spectrum-1.4.4-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |