RPM in RHEL5 does not support SHA1 checksums, only MD5. For the nightly builds to succeed there, the call to rpmbuild in the build script should be modified to rpmbuild -bs --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5".
Can you do that? Normally with the recent changes I made everything should work on EPEL5.
RPM in RHEL5 does not support SHA1 checksums, only MD5. For the nightly builds to succeed there, the call to
rpmbuild
in the build script should be modified torpmbuild -bs --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5"
.Can you do that? Normally with the recent changes I made everything should work on EPEL5.