--- rpms/mkinitrd/sme7/mkinitrd.spec 2007/06/12 16:36:24 1.1 +++ rpms/mkinitrd/sme7/mkinitrd.spec 2007/12/01 02:32:17 1.2 @@ -1,11 +1,11 @@ Summary: Creates an initial ramdisk image for preloading modules. Name: mkinitrd -Version: 4.2.1.10 +Version: 4.2.1.13 Release: 1.1%{?dist} License: GPL Group: System Environment/Base Source: mkinitrd-%{version}.tar.bz2 -Patch1: mkinitrd-4.2.1.10-mdassemble.patch +Patch1: 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 @@ -65,12 +65,28 @@ 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 +* 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 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. Related: #202070