On 2003-04-04 at 11:34:35-0500 Jakub Jelinek <jakub@xxxxxxxxxx> wrote: > man prelink > I will eventually write more documentation. One question... If prelink modifies the actual binaries and libraries in-place (which seems to be the case from my reading of the man page), doesn't that essentially make "rpm --verify" useless? Every single binary and library modified by prelink will fail the size/md5sum/mtime tests. Even if --undo is used to revert the prelinking, "rpm --verify" would still fail (unless prelink restored the exact mtimes that were on the files before it started, that is)...