Bug 656689
Summary: | Please Update Spec File to use %ghost on files in /var/run and /var/lock | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> |
Component: | slim | Assignee: | Petr Šabata <psabata> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | pertusus, psabata, skr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://lists.fedoraproject.org/pipermail/devel-announce/2010-November/000726.html | ||
Whiteboard: | |||
Fixed In Version: | slim-1.3.2-3.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-24 10:56:22 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:23 UTC
@@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pam.d/slim %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/slim.conf %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/logrotate.d/slim -%dir %{_localstatedir}/run/slim +%ghost %dir %{_localstatedir}/run/slim %{_bindir}/slim* %{_bindir}/update_slim_wmlist %{_mandir}/man1/slim*.1* Something is not working right. 'rpm -qs slim' shows /var/run/slim but there is no such directory and slim fails to create files there. Please see bug #708693. |