Fix yum spider for versions with >1 repo rpm
authorMagnus Hagander <magnus@hagander.net>
Thu, 15 Feb 2018 15:34:50 +0000 (16:34 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 15 Feb 2018 15:34:50 +0000 (16:34 +0100)
commit4339b112d0011dcb2ba78cbf2669c14fa01fcb76
tree82c514a426f334d25ceb696b49830fdda566a69a
parent705bb5600fd77e9129e0d52b94d86cf33400869f
Fix yum spider for versions with >1 repo rpm

The code was supposed to pick the latest version of the repo rpm in this
scenario, but at some point the data structure was updated and the code
was not, so it ended up actually picking the *oldest* version of the
repo rpm.
tools/ftp/spider_yum.py