Bug 490952
| Summary: | Make fakechroot multiple capable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> | ||||
| Component: | fakechroot | Assignee: | Axel Thimm <Axel.Thimm> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.9-19.fc10 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-04-14 06:10:19 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: | |||||||
| Attachments: |
|
||||||
Thanks, the lib splitting has been taken off the patch, the other changes have been reviewed upstream. fakechroot-2.9-19.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/fakechroot-2.9-19.fc10 fakechroot-2.9-19.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/fakechroot-2.9-19.fc9 fakechroot-2.9-19.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. fakechroot-2.9-19.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 335733 [details] Patch to fakechroot.spec This patch allows 32 and 64 bit versions of fakechroot to be installed in parallel. It moves the libraries into a separate fakechroot-libs subpackage, so that the user may elect to install: - fakechroot - fakechroot-libs.i386 - fakechroot-libs.x86_64 at the same time. This is useful because fakechroot cannot currently be used when you have mixed 32 and 64 bit binaries around, and I am hoping to make that work. (This change also includes a patch I sent upstream recently to make chroot(2) with relative paths work).