rpms/mkelfimage/F-8 mkelfimage.spec,1.1,1.2

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Wed May 21 23:51:03 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/mkelfimage/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11819

Modified Files:
	mkelfimage.spec 
Log Message:
Add support for intelligent placement of the ramdisk.



Index: mkelfimage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mkelfimage/F-8/mkelfimage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mkelfimage.spec	27 Feb 2008 09:09:36 -0000	1.1
+++ mkelfimage.spec	21 May 2008 23:50:23 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:    Utility to create ELF boot images from Linux kernel images
 Name:       mkelfimage
 Version:    2.7
-Release:    3%{?dist}
+Release:    4%{?dist}
 # No license declaration in the source files, but parts come from the Linux
 # kernel.
 License:    GPLv2
@@ -9,6 +9,7 @@
 URL:        ftp://ftp.lnxi.com/pub/mkelfImage/
 Source0:    ftp://ftp.lnxi.com/pub/mkelfImage/mkelfImage-%{version}.tar.gz
 Patch0:     mkelfimage-makefileconf.patch
+Patch1:     mkelfImage-2.7-ramdisk_base.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -22,6 +23,7 @@
 %prep
 %setup -q -n mkelfImage-%{version}
 %patch0 -p1 -b .makefileconf
+%patch1 -p1 -b .ramdisk_base
 
 %build
 %configure
@@ -44,8 +46,11 @@
 %{_mandir}/man8/mkelfImage.8.gz
 
 %changelog
-* Wed Feb 27 2008 Warren Togami <wtogami at redhat.com> - 2.7-3
-- include in F-8
+* Wed May 21 2008 Peter Jones <pjones at redhat.com> - 2.7-4
+- Add support for intelligent placement of the ramdisk.
+
+* Fri Feb 08 2008 Warren Togami <wtogami at redhat.com> - 2.7-3
+- rebuild for gcc-4.3
 
 * Sun Jan 13 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.7-1
 - Package adapted for Fedora from an existing package by Eric Biederman, Joshua




More information about the fedora-extras-commits mailing list