Blob Blame History Raw
commit a5fd8ab0411f918970d9abdf03ca83635ad58518
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jun 22 10:20:04 2009 +0100

    yum: Provide restart-required data for all the packages, not just the first update in the list

diff --git a/backends/yum/yumBackend.py b/backends/yum/yumBackend.py
index f38fade..0b6a333 100755
--- a/backends/yum/yumBackend.py
+++ b/backends/yum/yumBackend.py
@@ -1820,7 +1820,6 @@ class PackageKitYumBackend(PackageKitBaseBackend, PackagekitPackage):
             if (pkg.name in self.rebootpkgs \
                 or (notice and notice.get_metadata().has_key('reboot_suggested') and notice['reboot_suggested'])):
                 self.require_restart(RESTART_SYSTEM, self._pkg_to_id(pkg))
-                break
 
     def _runYumTransaction(self, allow_remove_deps=None, allow_skip_broken=False):
         '''