I encountered the following with yum 2.1 on FC3T2 (with yum-2.1.3-1) - I use a local repository where I build .rpm from .src.rpm. - On attempting to install one such rpm with yum - I get a dependency error. - I fix this error in the .spec file - and rebuild the rpm [without change in version number], and update the metadata - Now yum still gives the same dependency error (because its using the cached .hdr file - which still has the bad depencency info) Should yum know that the .rpm file has changed - and its needs to redownload the .hdr file - or is it illegal to change .rpm - without changing the version number? (once the rpm gets into a repository) Thanks, Satish