Bug 428351
| Summary: | Missing requires in sabayon-apply | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kostas Georgiou <k.georgiou> |
| Component: | sabayon | Assignee: | Tomáš Bžatek <tbzatek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | tsmetana |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | sabayon-2.20.1-6.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-04-16 15:01:10 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: | |||
Reassigning to dwalsh as he's the owner of xguest package, changing Component from sabayon to xguest xguest has Requires(post): sabayon-apply And sabayon-apply requires libxml-python So this is definitely a sabayon spec file problem. sabayon-2.20.1-6.fc8 has been submitted as an update for Fedora 8 sabayon-2.20.1-6.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
The postinst script in the xguest rpm fails with the following error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.5/site-packages/sabayon/userdb.py", line 23, in <module> import libxml2 ImportError: No module named libxml2 A dependency on libxml2-python should be enough to fix the problem.