Bug 192850
| Summary: | /var/log/mail is not owned by any package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | sendmail | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | travnicj-priv |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-19 10:04:33 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: | 195282 | ||
Ping? Is there a special reason, that this report wasn't resolved? Well, also the RHEL 4's latest sendmail package (`sendmail-8.13.1-3.RHEL4.5') has this problem. As far as I understand the things, it might be better to file this bug against RHEL as the RHEL seems to have a bit higher priority. In fact several bugfixes make it to the Fedora due to them being fixed in RHEL. :-) However this bug seems to be rather a minor one, which itself may have decreased it's priority... Fixed in rawhide in rpm sendmail-8.13.7-3 or newer. |
Description of problem: /var/log/mail is not owned by any package, but should be owned by sendmail, as the sendmail rpm package is delivering its content. Version-Release number of selected component (if applicable): sendmail-8.13.6-1 How reproducible: rpm -qf /var/log/mail Expected results: Please apply the following patch (or better): --- snipp --- --- sendmail.spec 2006-03-25 21:29:02.000000000 +0100 +++ sendmail.spec.rsc 2006-05-23 18:22:57.000000000 +0200 @@ -533,6 +533,7 @@ %attr(0644,root,root) %ghost /etc/aliases.db %attr(0770,smmsp,smmsp) %dir /var/spool/clientmqueue %attr(0700,root,mail) %dir /var/spool/mqueue +%dir %{stdir} %dir /etc/smrsh %dir /etc/mail --- snapp ---