Monkey Pet wrote:
1. I want to make sure all packages installed are built for fc5.
2. I want to check all packages and make sure they exist in the fc5
repos mentioned in the yum.repos.d
I am wondering if someone has solved this problem with a script, if not
I'll be hacking away at it.
I don't think there's quick and easy way of doing this, but...
rpm -qa | grep -i "\.fc4"
Should list any left over packages from fc4. IIRC one of them is lvm for
example. Remove these, then yum install them again to get the fc5
versions. You should probably be able to similar things for other repos
too like livna
rpm -qa | grep -i "\.lvn4"
etc etc...
--
Ian Chapman.