Blob Blame History Raw
commit 065caf0fe65ec143e18972400405ca407354afb4
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Aug 27 13:48:48 2008 +0100

    yum: don't always prefer the first package returned from returnNewestByNameArch() as this will be i386 on x64

diff --git a/backends/yum/helpers/yumBackend.py b/backends/yum/helpers/yumBackend.py
index 1186231..e8e7b95 100644
--- a/backends/yum/helpers/yumBackend.py
+++ b/backends/yum/helpers/yumBackend.py
@@ -920,7 +920,6 @@ class PackageKitYumBackend(PackageKitBaseBackend):
                             show = False
                     if show:
                         self._show_package(pkg,INFO_AVAILABLE)
-                        break
 
     @handle_repo_error
     def install_packages(self,package_ids):