Just to get this out into Google for anybody else that's been having trouble rolling back to 6.1, I ended up with the following order of operations:
1. Replace the .repo file with the OMSA_6.1-specific version (replace "latest" with "OMSA_6.1" 2. Yum remove libsmbios srvadmin* sblim-sfcb 3. Yum install yum-dellsysid 4. Yum clean metadata 5. Yum install srvadmin-all I believe that step 2 implies a bug in the dependency graph, because libsmbios is a dependency of yum-dellsysid, so the latter is uninstalled also, but then the correct version cannot be installed in step3 because it introduces a conflict with sblim-sfcb, which implies that that package should have been listed as a dep of yum-dellsysid and removed with it in the first place. I think something similar holds with srvadmin and libsmbios, but I'm less clear on the details. Ryan
_______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
