Bug 1013614
| Summary: | modifyrepo crashes when a bad checksum type is specified | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Mlcoch <tmlcoch> |
| Component: | createrepo | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | lmacken, packaging-team-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | createrepo-0.10-1.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-30 01:54:08 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: | |
| Embargoed: | |||
createrepo-0.9.9-23.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/createrepo-0.9.9-23.fc19 Package createrepo-0.9.9-23.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing createrepo-0.9.9-23.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18128/createrepo-0.9.9-23.fc19 then log in and leave karma (feedback). createrepo-0.10-0.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/createrepo-0.10-0.fc19 createrepo-0.10-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/createrepo-0.10-1.fc19 createrepo-0.10-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When a bad checksum type is specified, modifyrepo crashesh with python traceback and Abrt detects the problem. Version-Release number of selected component (if applicable): Name : createrepo Version : 0.9.9 Release : 21.fc19 How reproducible: always Steps to Reproduce: modifyrepo --checksum foo file.xml rpms_sss/repodata Actual results: Traceback (most recent call last): File "/usr/share/createrepo/modifyrepo.py", line 238, in <module> ret = main(sys.argv[1:]) File "/usr/share/createrepo/modifyrepo.py", line 231, in main repomd.add(metadata, mdtype=opts.mdtype) File "/usr/share/createrepo/modifyrepo.py", line 132, in add open_csum = checksum(self.checksum_type, metadata) File "/usr/lib/python2.7/site-packages/yum/misc.py", line 355, in checksum data = Checksums([sumtype]) File "/usr/lib/python2.7/site-packages/yum/misc.py", line 273, in __init__ raise MiscError, 'Error Checksumming, bad checksum type %s' % sumtype yum.Errors.MiscError: Error Checksumming, bad checksum type foo Expected results: Error message about non supported checksum type.