I often find myself chasing after a specific version of an RPM package (Xen comes to mind), and there is a handy command option that list all versions of a package for a given repo.
Issuing this will list all available versions of package available.
yum list package-name
2 replies on “List all versions of package in YUM repository”
yum list isn’t enough you have to do what Javier said (double dash showduplicates)
You can do
yum list available package-name –showduplicates