Bug 1105273
Summary: | fix rhn_package_manager to support other checksums | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Stephen Herr <sherr> |
Component: | Proxy Server | Assignee: | Stephen Herr <sherr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-proxy-2.2.3-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-17 08:40:55 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1119298 |
Description
Stephen Herr
2014-06-05 18:23:49 UTC
The problem was that for legacy reasons rhn_package_manager was forcing md5 checksums. It doesn't need to do that; instead inherit the rhnpush behavior of using the default checksum for the rpm. The checksum that is used should be whatever is in the rpm headers, which should be MD5 for RHEL 5 RPMs and SHA256 for newer OS's. Committing to Spacewalk master: a735cadcf42fcf5ab0a005702b62803986289272 Spacewalk 2.2 has been released: https://fedorahosted.org/spacewalk/wiki/ReleaseNotes22 |