/[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.2 by slords, Sat Dec 1 02:32:17 2007 UTC Revision 1.6 by slords, Thu Mar 4 16:31:07 2010 UTC
# Line 1  Line 1 
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.13  Version: 4.2.1.13
6  Release: 1.1%{?dist}  Release: 4.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.13-mdassemble.patch  Patch0: mkinitrd-kernel-cmdline-spaces.patch
11    Patch1: mkinitrd-4.2.1.13-bz479239-virtio.patch
12    Patch2: mkinitrd-4.2.1.13-mdassemble.patch
13  ExclusiveOs: Linux  ExclusiveOs: Linux
14  Prereq: dev  Prereq: dev
15  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
16  Requires: filesystem >= 2.1.0, cpio  Requires: filesystem >= 2.1.0, cpio
 Requires: /sbin/mdassemble  
17  Conflicts: udev < 0:032  Conflicts: udev < 0:032
18  BuildRequires: popt  BuildRequires: popt
 BuildRequires: glibc-headers  
19  %ifarch i386  %ifarch i386
20  BuildRequires: dietlibc  BuildRequires: dietlibc
21  %endif  %endif
# Line 39  ramdisk using information found in the / Line 41  ramdisk using information found in the /
41    
42  %prep  %prep
43  %setup -q  %setup -q
44  %patch1 -p1  %patch0 -p1 -b .spaces
45    %patch1 -p1 -b .virtio
46    %patch2 -p1 -b .mdassemble
47    
48  %build  %build
49  make  make
# Line 65  rm -rf $RPM_BUILD_ROOT Line 69  rm -rf $RPM_BUILD_ROOT
69  %attr(644,root,root) %{_mandir}/man8/grubby.8*  %attr(644,root,root) %{_mandir}/man8/grubby.8*
70    
71  %changelog  %changelog
72  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 4.2.1.13-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  
73  - Use generated config file instead of just scanning [SME: 2192]  - Use generated config file instead of just scanning [SME: 2192]
74  - Use mdassemble rather than raidautorun in initrd, so that we control  - Use mdassemble rather than raidautorun in initrd, so that we control
75    UUID to device mapping. [SME: 961, 1895]    UUID to device mapping. [SME: 961, 1895]
76    
77    * Tue Jan 13 2009 Peter Jones <pjones@redhat.com> - 4.2.1.13-4
78    - Add virtio support (hansg)
79      Resolves: rhbz#479239
80    
81    * Tue Sep 25 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-2
82    - Support quoted spaces on the kernel command line
83      Resolves: #240777
84    
85  * Tue Aug  8 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-1  * Tue Aug  8 2007 Peter Jones <pjones@redhat.com> - 4.2.1.13-1
86  - Fix linking error  - Fix linking error
87    Related: #214841    Related: #214841


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