rpms/elilo/devel elilo-3.6-kern-types.patch, NONE, 1.1 elilo.spec, 1.19, 1.20 elilo-3.3a-makefile.patch, 1.2, NONE elilo-3.4-debug.patch, 1.1, NONE elilo-argv-fix.patch, 1.1, NONE elilo-initrd-size-fix.patch, 1.1, NONE elilo-kill-warnings.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 12 21:38:05 UTC 2006


Author: clumens

Update of /cvs/dist/rpms/elilo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24119

Modified Files:
	elilo.spec 
Added Files:
	elilo-3.6-kern-types.patch 
Removed Files:
	elilo-3.3a-makefile.patch elilo-3.4-debug.patch 
	elilo-argv-fix.patch elilo-initrd-size-fix.patch 
	elilo-kill-warnings.patch 
Log Message:
Remove obsoleted patches that had been removed from the spec file earlier.
Apply another patch to fix build due to kernel header problems.


elilo-3.6-kern-types.patch:
 efi.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE elilo-3.6-kern-types.patch ---
--- efibootmgr-0.5.3/src/lib/efi.c.kerntype	2006-07-12 17:30:20.000000000 -0400
+++ efibootmgr-0.5.3/src/lib/efi.c	2006-07-12 17:30:35.000000000 -0400
@@ -32,6 +32,7 @@
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
+#include <linux/types.h>
 #include <linux/sockios.h>
 #include <net/if.h>
 #include <pci/pci.h>


Index: elilo.spec
===================================================================
RCS file: /cvs/dist/rpms/elilo/devel/elilo.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- elilo.spec	12 Jul 2006 05:44:12 -0000	1.19
+++ elilo.spec	12 Jul 2006 21:37:55 -0000	1.20
@@ -5,12 +5,13 @@
 Group: System Environment/Base
 Obsoletes: eli
 Version: 3.6
-Release: 1.2
+Release: 2
 License: GPL
 Source: elilo-%{version}.src.tgz
 Source1: http://domsch.com/linux/ia64/efibootmgr/efibootmgr-%{efibootmgr_ver}.tar.gz
 Source2: fpswa.efi
 Patch1: elilo-3.6-makefile.patch
+Patch2: elilo-3.6-kern-types.patch
 BuildPrereq: gnu-efi, pciutils-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 ExclusiveArch: ia64
@@ -22,6 +23,9 @@
 %prep
 %setup -q -a 1 -n elilo
 %patch1 -p0
+pushd efibootmgr-%{efibootmgr_ver}
+%patch2 -p1
+popd
 
 %build
 make
@@ -55,6 +59,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Wed Jul 12 2006 Chris Lumens <clumens at redhat.com> 3.6-2
+- Patch to fix kernel header changes.
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 3.6-1.2
 - rebuild
 


--- elilo-3.3a-makefile.patch DELETED ---


--- elilo-3.4-debug.patch DELETED ---


--- elilo-argv-fix.patch DELETED ---


--- elilo-initrd-size-fix.patch DELETED ---


--- elilo-kill-warnings.patch DELETED ---




More information about the fedora-cvs-commits mailing list