Actions
Bug #6992
closedRHEL 5 checksum error while installing packages for Redhat Content
Difficulty:
medium
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1127402
Description of problem:
Description of problem:
When RHEL 5.9 client is subscribed to katello to consume "http://inecas.fedorapeople.org/fakerepos/zoo-rhel5-new/" repo package, yum install fails with error: "[Errno -3] Error performing checksum"
A workaround is installing python-hashlib in the %packages section of the kickstart.
How reproducible:
Always
Steps to Reproduce:
1. Provision a rhel 5 system from satellite
2. Attempt to install a package after provisioning
Actual results:
install fails with error: "[Errno -3] Error performing checksum"
Expected results:
Install works as expected
Additional info:
When moving sync logic to dynflow, we lost this logic:
Actions