- If you need to create a YUM repository on RHEL6 and need to provide the YUM repository service to RHEL5 clients, you need to create the repository using checksum type of sha because the of the differences below and RHEL5 clients cannot recognize sha256 checksum.
- RHEL5 : The older default was "sha"
- RHEL6 : The default is now "sha256".
- Failure to do so will cause the error message below when you are accessing the YUM repository from a RHEL5 client with command like : "yum list"
- Error Message : primary.xml.gz: [Errno -3] Error performing checksum
- createrepo -s sha