Hi Larry,
This could happen if you have the yum-plugin-priorities package
installed, and have your base/updates repos at a higher priority than
the Globus repo.
Do you know if that is the case? The following command will show the
current priorities:
grep "^\[\|^priority" /etc/yum.repos.d/*.repo |grep -B1 priority
If that's the problem, and you need to keep the priorities plugin
installed for other reasons, ensure that the base and updates repos have
a lower priority than Globus. You could also use the yum option
--disableplugin=priorities, but that will likely cause problems with
future updates.
Mike