--- rpms/anaconda/sme8/0001-No-warnings-if-kernel-not-upgraded.patch 2009/10/22 14:43:11 1.1 +++ rpms/anaconda/sme8/0001-No-warnings-if-kernel-not-upgraded.patch 2010/05/17 16:15:48 1.2 @@ -1,4 +1,4 @@ -From 03805ae2c73904ef7b809ed687a471529775a3d5 Mon Sep 17 00:00:00 2001 +From f2089e64945943c6d433f5474ba6ff25c44dff39 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 19 Oct 2009 07:53:15 -0600 Subject: [PATCH] No warnings if kernel not upgraded @@ -25,10 +25,10 @@ index 940478d..87d4072 100644 dosync() diff --git a/yuminstall.py b/yuminstall.py -index 50e6bb5..b7096a7 100644 +index 14c3334..b9d0415 100644 --- a/yuminstall.py +++ b/yuminstall.py -@@ -1062,7 +1062,8 @@ class YumBackend(AnacondaBackend): +@@ -1066,7 +1066,8 @@ class YumBackend(AnacondaBackend): if foundModule == 1: for (n, arch, tag) in kernelVersions: @@ -38,7 +38,7 @@ index 50e6bb5..b7096a7 100644 def selectBestKernel(self, anaconda): """Find the best kernel package which is available and select it.""" -@@ -1709,7 +1710,8 @@ class YumBackend(AnacondaBackend): +@@ -1725,7 +1726,8 @@ class YumBackend(AnacondaBackend): # to the old method. if len(self._installedDriverModules) > 0 and len(self._installedDriverModules) == len(anaconda.id.extraModules): for (n, arch, tag) in self.kernelVersionList():