Bug 499385
Summary: | MD5 sum mismatch when unpacking source rpm on RH 5 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Hopfgartner <peter.hopfgartner> |
Component: | gdal | Assignee: | Balint Cristian <cristian.balint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | cristian.balint, lindahl, pertusus, sergio |
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: | 2009-05-06 16:45:22 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: |
Description
Peter Hopfgartner
2009-05-06 13:39:19 UTC
Fedora 11 is switching to sha256 checksums instead of md5. RHEL5's rpm does not understand these and thus can't unpack Fedora 11 packages. You can, though, use rpm2cpio if you want (rpm2cpio foo.rpm |cpio -id) This makes it very inconvenient to download and rebuild fedora rpms on rhel. see bug #490613 |