rpms/elilo/devel elilo-3.6-libz.patch, NONE, 1.1 elilo.spec, 1.22, 1.23

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Thu Oct 25 14:24:44 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/elilo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29321

Modified Files:
	elilo.spec 
Added Files:
	elilo-3.6-libz.patch 
Log Message:
Updated the elilo package to fix build problems.


elilo-3.6-libz.patch:

--- NEW FILE elilo-3.6-libz.patch ---
--- efibootmgr-0.5.3/src/efibootmgr/module.mk.orig	2004-06-10 05:45:42.000000000 +0800
+++ efibootmgr-0.5.3/src/efibootmgr/module.mk	2007-10-25 10:10:26.000000000 +0800
@@ -11,7 +11,7 @@
 efibootmgr_LIBDIR  := src/lib
 efibootmgr_FULLLIB := \
 	$(patsubst %,$(efibootmgr_LIBDIR)/%,$(efibootmgr_LIBS))
-LIBS = -lpci
+LIBS = -lpci -lz
 
 ALLDEPS += $(efibootmgr_FULLTARGET)
 CLEANLIST += $(efibootmgr_FULLTARGET)


Index: elilo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elilo/devel/elilo.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- elilo.spec	11 Jun 2007 18:46:16 -0000	1.22
+++ elilo.spec	25 Oct 2007 14:24:09 -0000	1.23
@@ -5,7 +5,7 @@
 Group: System Environment/Base
 Obsoletes: eli
 Version: 3.6
-Release: 3
+Release: 4
 License: GPL
 URL: http://elilo.sourceforge.net
 
@@ -14,8 +14,9 @@
 Source2: fpswa.efi
 Patch1: %{name}-3.6-makefile.patch
 Patch2: %{name}-3.6-kern-types.patch
+Patch3: %{name}-3.6-libz.patch
 
-BuildRequires: gnu-efi, pciutils-devel
+BuildRequires: gnu-efi, pciutils-devel, zlib-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ia64
 
@@ -29,6 +30,7 @@
 pushd efibootmgr-%{efibootmgr_ver}
 %patch2 -p1
 popd
+%patch3 -p0
 
 %build
 # Can't build with ${?_smp_mflags}
@@ -63,6 +65,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Thu Oct 25 2007 Chris Lumens <clumens at redhat.com> 3.6-4
+- Add a requirement on libz and a patch to link it in (#351701).
+
 * Mon Jun 11 2007 Chris Lumens <clumens at redhat.com> 3.6-3
 - Cleanups from package review (#225724).
 




More information about the fedora-extras-commits mailing list