From 15768aa8e9c221345a6bbc9ac1cb8ec0985adc16 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:44:06 +0000 Subject: [PATCH] auto-import changelog data from gnu-efi-3.0a-4.src.rpm Wed Apr 21 2004 Jeremy Katz - 3.0a-4 - actually add the patch --- gnu-efi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 4d8e54f..4d08455 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,12 +1,13 @@ Summary: Development Libraries and headers for EFI Name: gnu-efi Version: 3.0a -Release: 3 +Release: 4 Group: Development/System License: GPL Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz Patch1: gnu-efi-3.0-makefile.patch Patch2: gnu-efi-3.0-rodata.patch +Patch3: gnu-efi-erikj-reloc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root ExclusiveArch: ia64 @@ -18,6 +19,7 @@ applications that run under EFI (Extensible Firmware Interface). %setup %patch1 -p1 #%patch2 -p1 +%patch3 -p0 %build make @@ -45,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/* %changelog +* Wed Apr 21 2004 Jeremy Katz - 3.0a-4 +- actually add the patch + * Tue Apr 20 2004 Bill Nottingham 3.0a-3 - add patch to coalesce some relocations (#120080, )