Bug 202701
| Summary: | Review Request: python-xeninst | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeremy Katz <katzj> |
| Component: | Package Review | Assignee: | David Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review |
| 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: | 2006-08-16 18:44:53 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 188268 | ||
|
Description
Jeremy Katz
2006-08-15 21:38:05 UTC
Everything looks good. rpmlint complains about the #! in some .py files. Do these .py files have an init or main? Do they do anything if executed on their own? E: python-xeninst non-executable-script /usr/lib/python2.4/site-packages/xeninst/util.py 0644 E: python-xeninst non-executable-script /usr/lib/python2.4/site-packages/xeninst/FullVirtGuest.py 0644 E: python-xeninst non-executable-script /usr/lib/python2.4/site-packages/xeninst/XenGuest.py 0644 E: python-xeninst non-executable-script /usr/lib/python2.4/site-packages/xeninst/ParaVirtGuest.py 0644 Nope, but you want python -tt at the top to make it easier to a) add some test coverage (not there yet, but I do actually want to write a little bit of that :-) and b) so that you can always be sure that tabs/spaces are being used consistently in files. Ok, I can waive on that. Approved. I'll let you make the ocmps changes (: Added to dist-fc6. Built and comps change made (well, as soon as intltool finishes translation merging anyway) |