Bug 495376
| Summary: | anaconda's dbus can't find libaudit.so.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry Vonau <jvonau3> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | anaconda-maint-list, pjones, rmaximo, vanmeeuwen+fedora |
| 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: | 2009-04-12 19:15:00 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
Jerry Vonau
2009-04-12 14:41:33 UTC
At line 365 mk-images is using this line: iself="$(file $ROOT/$BIN | grep ELF | grep executable)" To pick up the other shared objects maybe that should be: iself="$(file $ROOT/$BIN | grep ELF | grep "(uses shared libs)"" *** This bug has been marked as a duplicate of bug 475231 *** *** This bug has been marked as a duplicate of bug 495231 *** |