]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- update
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 May 2006 15:15:53 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-kernel.patch -> 1.3

anaconda-kernel.patch

index cf50e606f262afbbe1c6d84dd3a106748747cc67..6de3dc1fd17f27385cbb036826da0fe9896c3e13 100644 (file)
@@ -1,5 +1,5 @@
---- anaconda-11.0.5/yuminstall.py      2006-05-24 03:01:04.177356166 +0300
-+++ anaconda-11.0.5/yuminstall.py      2006-05-24 03:11:56.912047364 +0300
+--- anaconda-11.0.5/yuminstall.py      2006-05-24 03:11:56.912047364 +0300
++++ anaconda-11.0.5/yuminstall.py      2006-05-24 18:09:49.619010315 +0300
 @@ -697,11 +697,11 @@
              return pkgs[0]
  
                  foundkernel = True
              except PackageSackError:
                  ksmp = None
+@@ -750,7 +750,7 @@
+                     self.selectPackage("kernel-smp-devel")
+             
+         if not foundkernel:
+-            log.info("selected kernel package for kernel")
++            log.info("selected kernel-grsecurity package for kernel")
+             self.ayum.install(po=kpkg)
+             if len(self.ayum.tsInfo.matchNaevr(name="gcc")) > 0:
+                 log.debug("selecting kernel-devel")
 @@ -1028,7 +1028,7 @@
          kernelVersions = []
  
This page took 0.059728 seconds and 4 git commands to generate.