1 |
Summary: Creates an initial ramdisk image for preloading modules. |
Summary: Creates an initial ramdisk image for preloading modules. |
2 |
Name: mkinitrd |
Name: mkinitrd |
3 |
Version: 4.2.1.10 |
Version: 4.2.1.13 |
4 |
Release: 1.1%{?dist} |
Release: 4.1%{?dist} |
5 |
License: GPL |
License: GPL |
6 |
Group: System Environment/Base |
Group: System Environment/Base |
7 |
Source: mkinitrd-%{version}.tar.bz2 |
Source: mkinitrd-%{version}.tar.bz2 |
8 |
Patch1: mkinitrd-4.2.1.10-mdassemble.patch |
Patch0: mkinitrd-kernel-cmdline-spaces.patch |
9 |
|
Patch1: mkinitrd-4.2.1.13-bz479239-virtio.patch |
10 |
|
Patch2: 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 |
14 |
Requires: filesystem >= 2.1.0, cpio |
Requires: filesystem >= 2.1.0, cpio |
|
Requires: /sbin/mdassemble |
|
15 |
Conflicts: udev < 0:032 |
Conflicts: udev < 0:032 |
16 |
BuildRequires: popt |
BuildRequires: popt |
|
BuildRequires: glibc-headers |
|
17 |
%ifarch i386 |
%ifarch i386 |
18 |
BuildRequires: dietlibc |
BuildRequires: dietlibc |
19 |
%endif |
%endif |
39 |
|
|
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
%patch1 -p1 |
%patch0 -p1 -b .spaces |
43 |
|
%patch1 -p1 -b .virtio |
44 |
|
%patch2 -p1 -b .mdassemble |
45 |
|
|
46 |
%build |
%build |
47 |
make |
make |
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 |
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 4.2.1.13-4.1.sme |
|
- Clean up spec so package can be built by koji/plague |
|
71 |
- Use generated config file instead of just scanning [SME: 2192] |
- Use generated config file instead of just scanning [SME: 2192] |
72 |
- Use mdassemble rather than raidautorun in initrd, so that we control |
- Use mdassemble rather than raidautorun in initrd, so that we control |
73 |
UUID to device mapping. [SME: 961, 1895] |
UUID to device mapping. [SME: 961, 1895] |
74 |
|
|
75 |
|
* Tue Jan 13 2009 Peter Jones <pjones@redhat.com> - 4.2.1.13-4 |
76 |
|
- Add virtio support (hansg) |
77 |
|
Resolves: rhbz#479239 |
78 |
|
|
79 |
|
* Tue Sep 25 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-2 |
80 |
|
- Support quoted spaces on the kernel command line |
81 |
|
Resolves: #240777 |
82 |
|
|
83 |
|
* Tue Aug 8 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-1 |
84 |
|
- Fix linking error |
85 |
|
Related: #214841 |
86 |
|
|
87 |
|
* Tue Aug 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.12-1 |
88 |
|
- Fix "make test" regression |
89 |
|
Related: #214841 |
90 |
|
|
91 |
|
* Tue Aug 7 2007 Peter Jones <pjones@redhat.com> - 4.2.1.11-1 |
92 |
|
- Use dynamic buffer for input file. |
93 |
|
Resolves: #214841 |
94 |
|
- Fix spelling errors in grubby.8 |
95 |
|
Resolves: #230605 |
96 |
|
- Fix "--without-usb" and "--with-usb" handling. |
97 |
|
Resolves: #246069 |
98 |
|
|
99 |
* 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 |
100 |
- Fix 'requires' for usb changes. |
- Fix 'requires' for usb changes. |
101 |
Related: #202070 |
Related: #202070 |