Description of problem: %verify(not md5 size mtime) %config(noreplace) /etc/hosts md5 is now not md5, of course. (Unless you have to specify the specific hash algorithm in %verify, which would be even more nutty.) Version-Release number of selected component (if applicable): rpm-4.7.0-0.beta1.7.fc11.x86_64
Latest upstream rpm now allows either %verify(filedigest) or %verify(md5). The md5 is kept for backward compatibility and means general file digest checking, not only md5. The md5 and filedigest in %verify are actually synonyms now. Maybe we want to backport it to 4.7.0-beta.
This is fixed in rpm-4.7.0-rc1 in rawhide now.