rpms/yaboot/F-10 yaboot-1.3.14-no-birecs.patch, NONE, 1.1 yaboot.spec, 1.57, 1.58

Tony Breeds tbreeds at fedoraproject.org
Tue Aug 11 00:45:05 UTC 2009


Author: tbreeds

Update of /cvs/pkgs/rpms/yaboot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10372

Modified Files:
	yaboot.spec 
Added Files:
	yaboot-1.3.14-no-birecs.patch 
Log Message:
Backport the no birecs patch from F-11/rawhide uptil a better solution is available upstream.



yaboot-1.3.14-no-birecs.patch:
 yaboot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE yaboot-1.3.14-no-birecs.patch ---
--- yaboot-1.3.14/second/yaboot.c~	2009-06-07 08:57:58.000000000 +0100
+++ yaboot-1.3.14/second/yaboot.c	2009-06-07 09:02:03.000000000 +0100
@@ -1243,7 +1243,7 @@ yaboot_text_ui(void)
 	  flush_icache_range ((long)loadinfo.base, (long)loadinfo.base+loadinfo.memsize);
 	  DEBUG_F(" done\n");
 
-	  if (flat_vmlinux) {
+	  if (0 && flat_vmlinux) {
 	       /*
 	        * Fill new boot infos (only if booting a vmlinux).
 	        *


Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/F-10/yaboot.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- yaboot.spec	29 Jan 2009 14:48:38 -0000	1.57
+++ yaboot.spec	11 Aug 2009 00:45:04 -0000	1.58
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -25,6 +25,7 @@ Patch29: yaboot-1.3.14-baseaddr.patch
 Patch30: yaboot-1.3.14-fix-bootonce-nvram.patch 
 Patch31: yaboot-1.3.14-bigger-max-token.patch
 Patch32: yaboot-relocatable-kernel.patch
+Patch33: yaboot-1.3.14-no-birecs.patch
 
 URL: http://yaboot.ozlabs.org/
 BuildRoot: %{_tmppath}/%{name}-root
@@ -60,6 +61,7 @@ yaboot can also bootload IBM pSeries mac
 %patch30 -p1 -b .bootonce
 %patch31 -p1 -b .maxtoken
 %patch32 -p1 -b .relocatable
+%patch33 -p1 -b .nobirecs
 
 %build
 make VERSIONEXTRA='\ (Red Hat %version-%release)'
@@ -95,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Tue Aug 11 2009 tony at bakeyournoodle.com - 1.3.14-10
+- Backported the "no birecs" patch from F-11, rawhide.  See below for details:
+  https://www.redhat.com/archives/fedora-kernel-list/2009-June/msg00002.html
+  http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-August/074571.html
+
 * Thu Jan 29 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-9
 - Add patch to handle relocatable kernels
   Resolves: #483041




More information about the fedora-extras-commits mailing list