--- rpms/mkinitrd/sme7/mkinitrd.spec 2008/04/09 13:51:51 1.3 +++ rpms/mkinitrd/sme7/mkinitrd.spec 2009/08/24 14:52:58 1.4 @@ -1,21 +1,18 @@ -# $Id$ - Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd Version: 4.2.1.13 -Release: 1.1%{?dist} +Release: 4 License: GPL Group: System Environment/Base Source: mkinitrd-%{version}.tar.bz2 -Patch1: mkinitrd-4.2.1.13-mdassemble.patch +Patch0: mkinitrd-kernel-cmdline-spaces.patch +Patch1: mkinitrd-4.2.1.13-bz479239-virtio.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 Requires: filesystem >= 2.1.0, cpio -Requires: /sbin/mdassemble Conflicts: udev < 0:032 BuildRequires: popt -BuildRequires: glibc-headers %ifarch i386 BuildRequires: dietlibc %endif @@ -41,7 +38,8 @@ ramdisk using information found in the / %prep %setup -q -%patch1 -p1 +%patch0 -p1 -b .spaces +%patch1 -p1 -b .virtio %build make @@ -67,11 +65,13 @@ rm -rf $RPM_BUILD_ROOT %attr(644,root,root) %{_mandir}/man8/grubby.8* %changelog -* Fri Nov 30 2007 Shad L. Lords 4.2.1.13-1.1.sme -- Clean up spec so package can be built by koji/plague -- 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 + +* Tue Sep 25 2007 Peter Jones - 4.2.1.13-2 +- Support quoted spaces on the kernel command line + Resolves: #240777 * Tue Aug 8 2007 Peter Jones - 4.2.1.13-1 - Fix linking error