rpms/yaboot/devel yaboot-1.3.13-multisata.patch, NONE, 1.1 yaboot.spec, 1.31, 1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 9 17:38:23 UTC 2006


Author: pnasrat

Update of /cvs/dist/rpms/yaboot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15280

Modified Files:
	yaboot.spec 
Added Files:
	yaboot-1.3.13-multisata.patch 
Log Message:
fix g5 sdb

yaboot-1.3.13-multisata.patch:
 ofpath |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE yaboot-1.3.13-multisata.patch ---
--- yaboot-1.3.13/ybin/ofpath.multisata	2006-02-09 12:32:37.000000000 -0500
+++ yaboot-1.3.13/ybin/ofpath	2005-12-02 18:30:25.000000000 -0500
@@ -298,10 +298,10 @@
 	    echo "${DEVICE_PATH##*device-tree}/@$DEVICE_ID:$PARTITION"
 	    ;;
 	ata_k2|sata_svw)
-	    HOST_LIST="$(for i in `find /proc/device-tree -name compatible` ; do
-			lgrep "$i" "k2-s-ata" ; done)"
+	    HOST_LIST="$(for i in `find /proc/device-tree -name compatible ` ; do
+			lgrep "$i" "k2-sata" ; done | sort)"
 	    DEVICE_PATH="$(printhost $SCSI_HOSTNUMBER $HOST_LIST)"
-	    echo "${DEVICE_PATH##*device-tree}/k2-sata@$DEVICE_ID/disk at 0:$PARTITION"
+	    echo "${DEVICE_PATH##*device-tree}/disk at 0:$PARTITION"
 	    ;;
 	*)
 	    echo 1>&2 "$PRG: Driver: $SCSI_DRIVER is not supported"


Index: yaboot.spec
===================================================================
RCS file: /cvs/dist/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- yaboot.spec	7 Feb 2006 14:43:31 -0000	1.31
+++ yaboot.spec	9 Feb 2006 17:38:21 -0000	1.32
@@ -1,10 +1,10 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.13
-Release: 0.16.2
+Release: 0.17
 License: GPL
 Group: System Environment/Base
-Source: http://penguinppc.org/bootloaders/yaboot/yaboot-%{version}.tar.gz
+Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
 Patch1: yaboot-1.3.3-man.patch
 Patch2: yaboot-1.3.6-ofboot.patch
 Patch3: yaboot-1.3.6-rh.patch
@@ -32,8 +32,8 @@
 Patch25: yaboot-1.3.13-netboot.patch
 Patch26: yaboot-1.3.13-printversion.patch
 Patch27: yaboot-ppc64.patch
-
-URL: http://penguinppc.org/bootloaders/yaboot/
+Patch28: yaboot-1.3.13-multisata.patch
+URL: http://yaboot.ozlabs.org/
 BuildRoot: %{_tmppath}/%{name}-root
 Obsoletes: ybin
 ExclusiveArch: ppc ppc64
@@ -74,6 +74,7 @@
 %patch25 -p1 -b .netboot
 %patch26 -p1 -b .printversion
 %patch27 -p1 -b .ppc64
+%patch28 -p1 -b .multisata
 
 %build
 make VERSIONEXTRA='\ (Red Hat %version-%release)'
@@ -107,6 +108,9 @@
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Thu Feb 09 2006 Paul Nasrat <pnasrat at redhat.com> - 1.3.13-0.17
+- Fix ofpath for multi-disk G5
+
 * Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1.3.13-0.16.2
 - rebuilt for new gcc4.1 snapshot and glibc changes
 




More information about the fedora-cvs-commits mailing list