Bug 56266
| Summary: | execution of %post scriptlet fails | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | CoreDump <toba> |
| Component: | fileutils | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED NOTABUG | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | danny_trinh, john_hull |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-11-14 19:22:15 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: | |||
|
Description
CoreDump
2001-11-14 19:22:09 UTC
You need to upgrade sh-utils at the same time (they're using the same info page these days). I did so, the bug message still exists. After install: # rpm -q sh-utils sh-utils-2.0.11-7 # rpm -q fileutils fileutils-4.1-3 fileutils-4.1.1-1 As you can see, the older version is also reported by rpm. Ok, the problem is that /etc/info-dir already has entries like: * yes: (sh-utils)yes invocation. Print a string indefinitely. This rpm (fileutils-4.1.1-1) wants to change it like: * yes: (coreutils)yes invocation. Print a string indefinitely. Instead of changing the entry, it complains and fails to completely upgrade. I consider this a bug which requires a lot of manual editing in /etc/info-dir to remedy. Cutting all of the lines with (sh-utils), (textutils), (fileutils) and 3-4 other lines made upgrading possible. The latest sh-utils and fileutils-4.1.2-1 still has the bug!! *** Bug 59798 has been marked as a duplicate of this bug. *** |