/[smeserver]/rpms/mkinitrd/sme7/mkinitrd.spec
ViewVC logotype

Diff of /rpms/mkinitrd/sme7/mkinitrd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 16:36:24 2007 UTC Revision 1.4 by slords, Mon Aug 24 14:52:58 2009 UTC
# Line 1  Line 1 
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
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  ExclusiveOs: Linux  ExclusiveOs: Linux
11  Prereq: dev  Prereq: dev
12  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
13  Requires: filesystem >= 2.1.0, cpio  Requires: filesystem >= 2.1.0, cpio
 Requires: /sbin/mdassemble  
14  Conflicts: udev < 0:032  Conflicts: udev < 0:032
15  BuildRequires: popt  BuildRequires: popt
 BuildRequires: glibc-headers  
16  %ifarch i386  %ifarch i386
17  BuildRequires: dietlibc  BuildRequires: dietlibc
18  %endif  %endif
# Line 39  ramdisk using information found in the / Line 38  ramdisk using information found in the /
38    
39  %prep  %prep
40  %setup -q  %setup -q
41  %patch1 -p1  %patch0 -p1 -b .spaces
42    %patch1 -p1 -b .virtio
43    
44  %build  %build
45  make  make
# Line 65  rm -rf $RPM_BUILD_ROOT Line 65  rm -rf $RPM_BUILD_ROOT
65  %attr(644,root,root) %{_mandir}/man8/grubby.8*  %attr(644,root,root) %{_mandir}/man8/grubby.8*
66    
67  %changelog  %changelog
68  * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.2.1.10-1.1.sme  * Tue Jan 13 2009 Peter Jones <pjones@redhat.com> - 4.2.1.13-4
69  - Clean up spec so package can be built by koji/plague  - Add virtio support (hansg)
70  - Use generated config file instead of just scanning [SME: 2192]    Resolves: rhbz#479239
71  - Use mdassemble rather than raidautorun in initrd, so that we control  
72    UUID to device mapping. [SME: 961, 1895]  * Tue Sep 25 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-2
73    - Support quoted spaces on the kernel command line
74      Resolves: #240777
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.


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed