--- rpms/mkinitrd/sme7/mkinitrd.spec 2009/08/24 14:52:58 1.4 +++ rpms/mkinitrd/sme7/mkinitrd.spec 2010/03/04 16:31:07 1.6 @@ -1,12 +1,15 @@ +# $Id$ + Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd Version: 4.2.1.13 -Release: 4 +Release: 4.1%{?dist} License: GPL Group: System Environment/Base Source: mkinitrd-%{version}.tar.bz2 Patch0: mkinitrd-kernel-cmdline-spaces.patch Patch1: mkinitrd-4.2.1.13-bz479239-virtio.patch +Patch2: mkinitrd-4.2.1.13-mdassemble.patch ExclusiveOs: Linux Prereq: dev Requires: e2fsprogs, /bin/sh, fileutils, grep, mount, gzip, tar, /sbin/insmod.static, /sbin/losetup, mktemp >= 1.5-5, findutils, lvm2, kudzu, /usr/bin/which @@ -40,6 +43,7 @@ ramdisk using information found in the / %setup -q %patch0 -p1 -b .spaces %patch1 -p1 -b .virtio +%patch2 -p1 -b .mdassemble %build make @@ -65,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT %attr(644,root,root) %{_mandir}/man8/grubby.8* %changelog +* Mon Aug 24 2009 Shad L. Lords 4.2.1.13-4.1.sme +- Use generated config file instead of just scanning [SME: 2192] +- Use mdassemble rather than raidautorun in initrd, so that we control + UUID to device mapping. [SME: 961, 1895] + * Tue Jan 13 2009 Peter Jones - 4.2.1.13-4 - Add virtio support (hansg) Resolves: rhbz#479239