]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- suggest for blkid in image generation (grub2 defaults to UUID mode)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Dec 2010 10:19:42 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.170

geninitrd.spec

index dc4b186955afcbc571192497106f87c85636bb0f..190e8458d6d14cc380f7fd122aa8757e4a330c54 100644 (file)
@@ -37,11 +37,15 @@ Requires:   tar
 Requires:      lvm2-initrd
 Requires:      mdadm-initrd >= 1.12.0-1
 %else
-# otherwise LVM subsystem is automatically disabled in geninitrd
+# otherwise LVM subsystem is not enabled in geninitrd
 Suggests:      lvm2-initrd
 # without this softraid installations of PLD fail
 Suggests:      mdadm-initrd >= 1.12.0-1
 %endif
+# suggest for blkid
+%if "%{pld_release}" != "ac"
+Suggests:      util-linux-ng-initrd
+%endif
 Obsoletes:     mkinitrd
 %if "%{pld_release}" == "ac"
 Conflicts:     grubby < 5.0.4-3.1
This page took 0.063986 seconds and 4 git commands to generate.