Bug 524720
Summary: | bad md5 regenerating selinux-policy, selinux-policy-targeted | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
Component: | yum-presto | Assignee: | Jonathan Dieter <jonathan> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | james.antill, jonathan, tim.lauridsen |
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-10-07 09:11:49 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
John Reiser
2009-09-21 21:07:28 UTC
This is a problem with xz compression not being reproducible across architectures. See http://www.mail-archive.com/fedora-devel-list@redhat.com/msg08013.html (though, it turns out that noarch packages are actually built on all architectures, so there will be random md5 checksum failures for all noarch packages, depending on which system they were built on). I'm not sure how to fix this, as there's no way to fix deltarpm to deal with this problem. The only solutions are in changing how the buildsystem works. xz has been fixed upstream (and in Rawhide) so that it generates exactly the same output whether on big-endian and little-endian architectures. |