--- rpms/mkinitrd/sme7/mkinitrd.spec 2007/06/12 16:36:24 1.1 +++ rpms/mkinitrd/sme7/mkinitrd.spec 2009/08/24 14:52:58 1.4 @@ -1,19 +1,18 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd -Version: 4.2.1.10 -Release: 1.1%{?dist} +Version: 4.2.1.13 +Release: 4 License: GPL Group: System Environment/Base Source: mkinitrd-%{version}.tar.bz2 -Patch1: mkinitrd-4.2.1.10-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 @@ -39,7 +38,8 @@ ramdisk using information found in the / %prep %setup -q -%patch1 -p1 +%patch0 -p1 -b .spaces +%patch1 -p1 -b .virtio %build make @@ -65,11 +65,29 @@ rm -rf $RPM_BUILD_ROOT %attr(644,root,root) %{_mandir}/man8/grubby.8* %changelog -* Wed May 9 2007 Shad L. Lords 4.2.1.10-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 + Related: #214841 + +* Tue Aug 7 2007 Peter Jones - 4.2.1.12-1 +- Fix "make test" regression + Related: #214841 + +* Tue Aug 7 2007 Peter Jones - 4.2.1.11-1 +- Use dynamic buffer for input file. + Resolves: #214841 +- Fix spelling errors in grubby.8 + Resolves: #230605 +- Fix "--without-usb" and "--with-usb" handling. + Resolves: #246069 * Wed Feb 7 2007 Peter Jones - 4.2.1.10-1.1 - Fix 'requires' for usb changes.