Bug 198284
| Summary: | Review Request: python-configobj - Config file reading, writing, and validation | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Luke Macken <lmacken> |
| Component: | Package Review | Assignee: | Aurelien Bompard <gauret> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | pfrields |
| 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-07-19 15:08:44 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: | 163779, 189338 | ||
|
Description
Luke Macken
2006-07-10 20:41:09 UTC
* typo in the url (it's dl.sf.net, not ds.sf.net) * add --single-version-externally-managed to the %install step, see http://fedoraproject.org/wiki/Packaging/Python for more info (In reply to comment #1) > * typo in the url (it's dl.sf.net, not ds.sf.net) fixed. > * add --single-version-externally-managed to the %install step, see > http://fedoraproject.org/wiki/Packaging/Python for more info Looks like the setup.py doesn't support the flag: error: option --single-version-externally-managed not recognized error: Bad exit status from /var/tmp/rpm-tmp.90142 (%install) http://people.redhat.com/lmacken/python-configobj-4.3.2-2.src.rpm http://people.redhat.com/lmacken/python-configobj.spec Review for release 2: * RPM name is OK * Source configobj-4.3.2.zip is the same as upstream * Builds fine in mock * rpmlint looks OK * File list looks OK * Works fine * According to http://peak.telecommunity.com/DevCenter/setuptools#install-command the --single-version-externally-managed option is automatically switched on when the --root option is used, so the guidelines are probably wrong here (or maybe it's a new feature ?) Anyway, APPROVED Imported into CVS, added to owners.list, requested FC5 branch, tagged and built for FC6. Thanks! |