seth vidal wrote: > let us know what's broken, > As far as I can tell from a quick try, 2.9.7 still have the same bug that I filed on https://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=649 "yum install" actually tries to install older package when a newer version is already installed. Yum 2.9.5 doesn't have this bug. Here's a short snippet of what happens after upgrading to 2.9.7, built from SRPM with additional patch to disable the "registerOpt() will go away in a future version of Yum." warning. # yum list yum Loading "priorities" plugin Setting up repositories suse101-mozilla 100% |=========================| 951 B 00:00 suse101-updates 100% |=========================| 951 B 00:00 suse101-guru 100% |=========================| 951 B 00:00 suse101-base 100% |=========================| 951 B 00:00 sled 100% |=========================| 951 B 00:00 suse101-non-oss 100% |=========================| 951 B 00:00 suse101-kde 100% |=========================| 951 B 00:00 suse101-local 100% |=========================| 951 B 00:00 suse101-packman 100% |=========================| 951 B 00:00 Reading repository metadata in from local files primary.xml.gz 100% |=========================| 559 kB 00:00 suse101-up: ################################################## 1109/1109 Added 48 new packages, deleted 0 old in 6.67 seconds 5 packages excluded due to repository priority protections Installed Packages yum.noarch 2.9.7-1.fan installed Available Packages yum.noarch 2.9.5-4.fan suse101-local # yum install yum Loading "priorities" plugin Setting up Install Process Setting up repositories suse101-mozilla 100% |=========================| 951 B 00:00 suse101-updates 100% |=========================| 951 B 00:00 suse101-guru 100% |=========================| 951 B 00:00 suse101-base 100% |=========================| 951 B 00:00 sled 100% |=========================| 951 B 00:00 suse101-non-oss 100% |=========================| 951 B 00:00 suse101-kde 100% |=========================| 951 B 00:00 suse101-local 100% |=========================| 951 B 00:00 suse101-packman 100% |=========================| 951 B 00:00 Reading repository metadata in from local files 5 packages excluded due to repository priority protections Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package yum.noarch 0:2.9.5-4.fan set to be updated --> Running transaction check Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: yum noarch 2.9.5-4.fan suse101-local 322 k Transaction Summary ============================================================================= Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 322 k Is this ok [y/N]: Exiting on user Command Complete! Regards, Fajar