1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: Creates an initial ramdisk image for preloading modules. |
Summary: Creates an initial ramdisk image for preloading modules. |
4 |
Name: mkinitrd |
Name: mkinitrd |
5 |
Version: 4.2.1.10 |
Version: 4.2.1.13 |
6 |
Release: 1.1%{?dist} |
Release: 1.1%{?dist} |
7 |
License: GPL |
License: GPL |
8 |
Group: System Environment/Base |
Group: System Environment/Base |
9 |
Source: mkinitrd-%{version}.tar.bz2 |
Source: mkinitrd-%{version}.tar.bz2 |
10 |
Patch1: mkinitrd-4.2.1.10-mdassemble.patch |
Patch1: mkinitrd-4.2.1.13-mdassemble.patch |
11 |
ExclusiveOs: Linux |
ExclusiveOs: Linux |
12 |
Prereq: dev |
Prereq: dev |
13 |
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: e2fsprogs, /bin/sh, fileutils, grep, mount, gzip, tar, /sbin/insmod.static, /sbin/losetup, mktemp >= 1.5-5, findutils, lvm2, kudzu, /usr/bin/which |
67 |
%attr(644,root,root) %{_mandir}/man8/grubby.8* |
%attr(644,root,root) %{_mandir}/man8/grubby.8* |
68 |
|
|
69 |
%changelog |
%changelog |
70 |
* Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.2.1.10-1.1.sme |
* Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 4.2.1.13-1.1.sme |
71 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
72 |
- Use generated config file instead of just scanning [SME: 2192] |
- Use generated config file instead of just scanning [SME: 2192] |
73 |
- Use mdassemble rather than raidautorun in initrd, so that we control |
- Use mdassemble rather than raidautorun in initrd, so that we control |
74 |
UUID to device mapping. [SME: 961, 1895] |
UUID to device mapping. [SME: 961, 1895] |
75 |
|
|
76 |
|
* Tue Aug 8 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-1 |
77 |
|
- Fix linking error |
78 |
|
Related: #214841 |
79 |
|
|
80 |
|
* Tue Aug 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.12-1 |
81 |
|
- Fix "make test" regression |
82 |
|
Related: #214841 |
83 |
|
|
84 |
|
* Tue Aug 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.11-1 |
85 |
|
- Use dynamic buffer for input file. |
86 |
|
Resolves: #214841 |
87 |
|
- Fix spelling errors in grubby.8 |
88 |
|
Resolves: #230605 |
89 |
|
- Fix "--without-usb" and "--with-usb" handling. |
90 |
|
Resolves: #246069 |
91 |
|
|
92 |
* Wed Feb 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.10-1.1 |
* Wed Feb 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.10-1.1 |
93 |
- Fix 'requires' for usb changes. |
- Fix 'requires' for usb changes. |
94 |
Related: #202070 |
Related: #202070 |