Browse Source

* yaboot: add Patch101 to support kernel >= 3.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4735 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
52e9507db3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      y/yaboot/yaboot-vl.spec

+ 6 - 1
y/yaboot/yaboot-vl.spec

@@ -4,7 +4,7 @@ Summary:     yaboot - Yet Another Bootloader for New World PowerMacs
 Summary(ja): yaboot - New World ROM PowerMac 用ブートローダ
 Name:        yaboot
 Version:     1.3.16
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 License:     GPL
 Group:       System Environment/Base
 Source0:     http://penguinppc.org/projects/yaboot/yaboot-%{version}.tar.gz
@@ -20,6 +20,7 @@ Patch10:     yaboot-1.3.10-parted.patch
 Patch30:     yaboot-1.3.16-e2fsprogs-build-fix.patch
 #Vine Patch(es)
 Patch100:    yaboot-1.3.6-vine.patch
+Patch101:    yaboot-1.3.16-kernel3.patch
 
 URL:         http://www.alaska.net/~erbenson/ybin/
 BuildRoot:   %{_tmppath}/%{name}-%{version}-root
@@ -67,6 +68,7 @@ mv -f Makefile.new Makefile
 %patch30 -p1 -b .e2fsprogs
 
 %patch100 -p1 -b .vine
+%patch101 -p1 -b .kernel3
 
 patch -p0 < man.patch
 
@@ -109,6 +111,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Thu Sep  8 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.16-2
+- add Patch101 to get ofpath support kernel >= 3.0
+
 * Mon Apr 18 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.16-1
 - updated to the newest upstream release
 - remove patches that has been already merged into upstream