Bug 1488934
| Summary: | please require coreutils instead of /bin/chmod | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Dudka <kdudka> |
| Component: | sudo | Assignee: | Daniel Kopeček <dkopecek> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 26 | CC: | dkopecek, jvymazal, kdudka, kzak, mattdm, rsroka, tosykora |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sudo-1.8.20p2-4.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-07 14:56:02 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: | |||
|
Description
Kamil Dudka
2017-09-06 13:27:57 UTC
Is there any reason to not just require coreutils and drop as many file deps as possible? File deps cause a lot of extra metadata to be required, and I'd like to migrate away from them. (In reply to Matthew Miller from comment #1) > Is there any reason to not just require coreutils and drop as many file deps > as possible? Not that I know of. This would certainly fix the bug, too. (In reply to Kamil Dudka from comment #2) > (In reply to Matthew Miller from comment #1) > > Is there any reason to not just require coreutils and drop as many file deps > > as possible? > > Not that I know of. This would certainly fix the bug, too. Me neither. It's probably just to explicitly state that only chmod is needed whatever the source package is. So, if the package dependency is preferred, let's fix it that way. Works for me. What's the timeframe for this? Is it okay in rawhide only? Should it be pulled back to f27 and f26, too? I cannot image where the proposed change could cause any problems. But fixing just rawhide is also fine... Well, I guess the issue might be with coreutils vs coreutils-single -- and we could use rich deps for that (Requires: "coreutils or coreutils-single") but not in older releases. (In reply to Matthew Miller from comment #7) > Well, I guess the issue might be with coreutils vs coreutils-single -- and > we could use rich deps for that (Requires: "coreutils or coreutils-single") > but not in older releases. Not really. coreutils-single provides coreutils. It is a drop-in replacement. % rpm -q coreutils-single --provides coreutils = 8.27-16.fc27 coreutils-single = 8.27-16.fc27 coreutils-single(x86-64) = 8.27-16.fc27 libstdbuf.so.single()(64bit) Okay then. No problem. :) |