rpms/yaboot/devel yaboot-1.3.10-ext3.patch, 1.1, 1.2 yaboot-1.3.10-proddiscover.patch, 1.3, 1.4 yaboot-1.3.13-yabootconfig.patch, 1.3, 1.4 yaboot-1.3.6-ofboot.patch, 1.2, 1.3 yaboot-1.3.6-rh.patch, 1.1, 1.2 yaboot-ppc64.patch, 1.5, 1.6

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Mon Aug 11 09:45:59 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/yaboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25851

Modified Files:
	yaboot-1.3.10-ext3.patch yaboot-1.3.10-proddiscover.patch 
	yaboot-1.3.13-yabootconfig.patch yaboot-1.3.6-ofboot.patch 
	yaboot-1.3.6-rh.patch yaboot-ppc64.patch 
Log Message:
Commiting fixed patches.

yaboot-1.3.10-ext3.patch:

Index: yaboot-1.3.10-ext3.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.10-ext3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-1.3.10-ext3.patch	9 Sep 2004 15:11:42 -0000	1.1
+++ yaboot-1.3.10-ext3.patch	11 Aug 2008 09:45:29 -0000	1.2
@@ -1,8 +1,8 @@
 --- yaboot-1.3.10/second/fs_ext2.c.ext3	2003-04-09 21:38:48.000000000 -0400
 +++ yaboot-1.3.10/second/fs_ext2.c	2003-04-09 21:40:32.000000000 -0400
-@@ -176,7 +176,7 @@
+@@ -189,7 +189,7 @@
       ofopened = 1;
- 	
+ 
       /* Open the ext2 filesystem */
 -     result = ext2fs_open (buffer, EXT2_FLAG_RW, 0, 0, linux_io_manager, &fs);
 +     result = ext2fs_open (buffer, EXT2_FLAG_DIRTY, 0, 0, linux_io_manager, &fs);

yaboot-1.3.10-proddiscover.patch:

Index: yaboot-1.3.10-proddiscover.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.10-proddiscover.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-1.3.10-proddiscover.patch	10 Aug 2005 20:26:33 -0000	1.3
+++ yaboot-1.3.10-proddiscover.patch	11 Aug 2008 09:45:29 -0000	1.4
@@ -24,7 +24,7 @@
  	shift 5
  	COUNT="$(($COUNT + 1))"
 @@ -315,7 +322,7 @@
- MacRISC MacRISC3
+ MacRISC MacRISC3 MacRISC4
  </COMPATIBLE>
  <DESCRIPTION>
 -Red Hat Linux First Stage Bootstrap
@@ -44,7 +44,7 @@
 --- yaboot-1.3.10/ybin/yabootconfig.name	2003-04-09 21:24:20.000000000 -0400
 +++ yaboot-1.3.10/ybin/yabootconfig	2003-04-09 21:27:07.000000000 -0400
 @@ -700,7 +700,12 @@
-     fi
+     ENABLENETBOOT="enablenetboot\n"
  fi
  
 -MESG='"Welcome to Red Hat Linux!\\nHit <TAB> for boot options.\\n\\n"'

yaboot-1.3.13-yabootconfig.patch:

Index: yaboot-1.3.13-yabootconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.13-yabootconfig.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-1.3.13-yabootconfig.patch	16 Apr 2008 11:21:11 -0000	1.3
+++ yaboot-1.3.13-yabootconfig.patch	11 Aug 2008 09:45:29 -0000	1.4
@@ -114,7 +114,7 @@
              "")
                  break
                  ;;
-@@ -474,6 +563,6 @@
+@@ -474,7 +563,7 @@
  READLINKKV=`readlink /usr/src/linux`
  ## find the kernel in the usual places and (if not --quiet) ask the
  ## user if we cannot find one.
@@ -122,6 +122,7 @@
 +for k in "${KERNELIMAGE}" "vmlinux" "vmlinux-`uname -r`" "vmlinux-`uname -r`" "$READLINKKV" ; do
 	if [ -f "${CHROOT}${k}" ] ; then
 	    KERNEL="${CHROOT}${k}"
+	    break;
 @@ -721,6 +812,36 @@
      HEADER="## see also: /usr/share/doc/yaboot/examples for example configurations.\n"
  fi

yaboot-1.3.6-ofboot.patch:

Index: yaboot-1.3.6-ofboot.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.6-ofboot.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-1.3.6-ofboot.patch	9 Sep 2004 15:11:42 -0000	1.2
+++ yaboot-1.3.6-ofboot.patch	11 Aug 2008 09:45:29 -0000	1.3
@@ -10,7 +10,7 @@
  	shift 5
  	COUNT="$(($COUNT + 1))"
 @@ -315,7 +315,7 @@
- MacRISC
+ MacRISC MacRISC3 MacRISC4
  </COMPATIBLE>
  <DESCRIPTION>
 -PowerPC GNU/Linux First Stage Bootstrap

yaboot-1.3.6-rh.patch:

Index: yaboot-1.3.6-rh.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-1.3.6-rh.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-1.3.6-rh.patch	9 Sep 2004 15:10:13 -0000	1.1
+++ yaboot-1.3.6-rh.patch	11 Aug 2008 09:45:29 -0000	1.2
@@ -1,6 +1,6 @@
 --- yaboot-1.3.6/Makefile.rh	Fri May 17 15:08:25 2002
 +++ yaboot-1.3.6/Makefile	Fri May 17 15:09:32 2002
-@@ -172,32 +172,32 @@
+@@ -178,32 +178,32 @@
  	strip --remove-section=.comment --remove-section=.note util/addnote
  
  install: all strip
@@ -75,7 +75,7 @@
  ## delay is the amount of time in seconds the dual boot menu (if one
  ## is configured, by the presense of macos, macosx, etc options here)
 @@ -35,13 +35,13 @@
- ## section in this config file or the value of default=).  
+ ## section in this config file or the value of default=).
  
  timeout=40
 -install=/usr/local/lib/yaboot/yaboot

yaboot-ppc64.patch:

Index: yaboot-ppc64.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-ppc64.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-ppc64.patch	17 Apr 2008 10:31:30 -0000	1.5
+++ yaboot-ppc64.patch	11 Aug 2008 09:45:29 -0000	1.6
@@ -1,6 +1,6 @@
 --- yaboot-1.3.13/Makefile.ppc64	2005-09-14 20:01:12.920430616 -0400
 +++ yaboot-1.3.13/Makefile	2005-09-14 20:01:21.090385992 -0400
-@@ -36,7 +36,7 @@
+@@ -36,8 +36,8 @@
  
  # The flags for the yaboot binary.
  #
@@ -10,7 +10,9 @@
 +YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\""	#"
  YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG)
  YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)
-@@ -65,7 +65,7 @@
+ YBCFLAGS += -DKERNELADDR=$(KERNELADDR)
+@@ -66,7 +66,7 @@
+ 
  # Link flags
  #
 -LFLAGS = -Ttext $(TEXTADDR) -Bstatic -melf32ppclinux
@@ -18,4 +20,3 @@
 
  # Libraries
  #
- LLIBS = -lext2fs




More information about the fedora-extras-commits mailing list