rpms/yaboot/F-9 yaboot-1.3.13-libext2fs.patch, NONE, 1.1 yaboot.spec, 1.52, 1.53

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Thu Apr 17 17:38:06 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/yaboot/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13729

Modified Files:
	yaboot.spec 
Added Files:
	yaboot-1.3.13-libext2fs.patch 
Log Message:
use system libext2fs

yaboot-1.3.13-libext2fs.patch:

--- NEW FILE yaboot-1.3.13-libext2fs.patch ---
--- yaboot-1.3.13/Makefile~	2004-07-11 21:12:03.000000000 +0100
+++ yaboot-1.3.13/Makefile	2008-04-17 18:01:17.000000000 +0100
@@ -63,7 +63,7 @@ LFLAGS = -Ttext $(TEXTADDR) -Bstatic 
 
 # Libraries
 #
-LLIBS = lib/libext2fs.a
+LLIBS = -lext2fs
 
 # For compiling userland utils
 #


Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/F-9/yaboot.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- yaboot.spec	17 Apr 2008 17:36:15 -0000	1.52
+++ yaboot.spec	17 Apr 2008 17:37:23 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.13
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -38,12 +38,14 @@
 Patch30: yaboot-1.3.12-addnote.patch
 Patch31: yaboot-1.3.13-ofpath-firewire-usb.patch
 Patch32: yaboot-1.3.13-bplan.patch
+Patch33: yaboot-1.3.13-libext2fs.patch
 
 URL: http://yaboot.ozlabs.org/
 BuildRoot: %{_tmppath}/%{name}-root
 Obsoletes: ybin
-ExclusiveArch: ppc ppc64
+ExclusiveArch: ppc
 Requires: hfsutils
+BuildRequires: e2fsprogs-devel
 
 %description
 yaboot is a bootloader for PowerPC machines which works on New World ROM
@@ -85,6 +87,7 @@
 %patch30 -p1 -b .addnote
 %patch31 -p1 -b .firewire
 %patch32 -p1 -b .bplan
+%patch33 -p1 -b .libext2fs
 
 %build
 make VERSIONEXTRA='\ (Red Hat %version-%release)'
@@ -120,6 +123,9 @@
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Thu Apr 17 2008 David Woodhouse <dwmw2 at redhat.com> - 1.3.13-12
+- Use system libext2fs.a instead of binary copy from tarball (#442904)
+
 * Thu Mar 27 2008 David Woodhouse <dwmw2 at redhat.com> - 1.3.13-11
 - Correct off-by-one error in Amiga partition numbers
 




More information about the fedora-extras-commits mailing list