| Summary: | split out perl based utils to a separate sub package | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||
| Component: | i2c-tools | Assignee: | Peter Robinson <pbrobinson> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | ajax, jcapik | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | i2c-tools-3.1.0-11.fc20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-11-10 06:52:25 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6041362 Patch looks fine, go for it. Thanks ajax, committed i2c-tools-3.1.0-11.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/i2c-tools-3.1.0-11.fc20 Package i2c-tools-3.1.0-11.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing i2c-tools-3.1.0-11.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18885/i2c-tools-3.1.0-11.fc20 then log in and leave karma (feedback). i2c-tools-3.1.0-11.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 809921 [details] patch to split perl utils to separate sub package there's 3 utils in the core packages that are written in perl. They're not core i2c utils so it would be great to split them out into a perl sub package so that those that need just the core detect/dump/get/set utils don't need to pull in a perl stack. This is useful on ARM dev style platforms like the Beagle Bone Black which make heavy use of i2c for hobbyists that wish to add sensors and in general make pretty heavy use of i2c buses but only have a small amount of storage. Patch attached for the spec to implement this change and I'm happy to push the changes if ACKed.